From ea3f027ea07add885245761f2218e03e1106f501 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Mon, 16 Mar 2015 18:06:00 +0100 Subject: [PATCH] syntax fix --- ckanext/ozwillo_theme/templates/user/read_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}