Revision ea3f027e
Added by Serghei Mihai over 9 years ago
ckanext/ozwillo_theme/templates/user/read_base.html | ||
---|---|---|
74 | 74 |
<dd>{{ user.name|urlize(25) }}{# Be great if this just showed the domain #}</dd> |
75 | 75 |
{% else %} |
76 | 76 |
<dt>{{ _('Username') }}</dt> |
77 |
<dd>{% if user.fullname }}{{ user.fullname }}{% endif %}</dd>
|
|
77 |
<dd>{% if user.fullname %}{{ user.fullname }}{% endif %}</dd>
|
|
78 | 78 |
{% endif %} |
79 | 79 |
</dl> |
80 | 80 |
{% if c.is_myself %} |
Also available in: Unified diff
syntax fix