syntax fix

This commit is contained in:
Serghei Mihai 2015-03-16 18:06:00 +01:00
parent 4b933911bd
commit ea3f027ea0
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<dd>{{ user.name|urlize(25) }}{# Be great if this just showed the domain #}</dd>
{% else %}
<dt>{{ _('Username') }}</dt>
<dd>{% if user.fullname }}{{ user.fullname }}{% endif %}</dd>
<dd>{% if user.fullname %}{{ user.fullname }}{% endif %}</dd>
{% endif %}
</dl>
{% if c.is_myself %}