diff --git a/ckanext/ozwillo_theme/templates/user/read_base.html b/ckanext/ozwillo_theme/templates/user/read_base.html index 8ad56ca..ee63518 100644 --- a/ckanext/ozwillo_theme/templates/user/read_base.html +++ b/ckanext/ozwillo_theme/templates/user/read_base.html @@ -74,7 +74,7 @@
{{ user.name|urlize(25) }}{# Be great if this just showed the domain #}
{% else %}
{{ _('Username') }}
-
{% if user.fullname }}{{ user.fullname }}{% endif %}
+
{% if user.fullname %}{{ user.fullname }}{% endif %}
{% endif %} {% if c.is_myself %}