diff --git a/templates/post/name.html b/templates/post/name.html index e7f85f8b..fda086a5 100644 --- a/templates/post/name.html +++ b/templates/post/name.html @@ -3,9 +3,9 @@ {# start email #} {% endif %} - {{ post.name|bidi_cleanup }} + {{ post.name|bidi_cleanup }} {% if post.trip|length > 0 %} - {{ post.trip }} + {{ post.trip }} {% endif %} {% if post.email|length > 0 and (config.hide_sage!=true or post.email!='sage') and config.hide_email!=true %} {# end email #}