diff options
Diffstat (limited to 'account/templates')
-rw-r--r-- | account/templates/account/profile.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/account/templates/account/profile.html b/account/templates/account/profile.html index e8d295c..4f5532d 100644 --- a/account/templates/account/profile.html +++ b/account/templates/account/profile.html @@ -1,6 +1,7 @@ {% extends 'base.html' %} {% load staticfiles %} {% load url from future %} +{% load i18n %} {% load bootstrap3 %} {# login template #} @@ -43,6 +44,10 @@ <td class="profile-institute-data">{{ profile.institute }}</td> </tr> <tr> + <th class="profile-identify">身份</th> + <td class="profile-identify-data">{% trans profile.get_identify_value %}</td> + </tr> + <tr> <th class="profile-approval">是否审定</th> <td class="profile-approval-data"> {% if profile.is_approved == 'Y' %} |