Changeset 154:a341292b1bff
- Timestamp:
- Oct 21, 2009 3:19:17 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
apps/forum/templates/forum/user.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apps/forum/templates/forum/user.html
r34 r154 38 38 <dt>{% trans "E-mail:" %} </dt> 39 39 {% ifequal profile.forum_profile.privacy_permission 0 %} 40 <dd><a href="mailto:{{ profile.email }}">{% trans "E-mail" %}</a></dd>40 <dd><a href="mailto:{{ profile.email }}">{{ profile.email }}</a></dd> 41 41 {% else %} 42 {% ifequal profile.forum_profile.privacy_permission 1 %} 43 <dd><a href="{% url misc %}?mail_to={{ profile }}">{% trans "Send e-mail" %}</a></dd> 44 {% else %} 45 <dd>{% trans "(Unknown)" %}</dd> 42 {% ifequal profile.forum_profile.privacy_permission 1 %} 43 <dd><a href="{% url misc %}?mail_to={{ profile }}">{% trans "Send e-mail" %}</a></dd> 44 {% else %} 45 <dd>{% trans "(Hidden)" %}</dd> 46 {% endifequal %} 46 47 {% endifequal %} 47 {% endifequal %}48 <dd>{{ profile.forum_profile.user.email }}</dd>49 48 </dl> 50 49 <div class="clearer"></div>
Note: See TracChangeset
for help on using the changeset viewer.
