diff --git a/funnel/templates/profile_layout.html.jinja2 b/funnel/templates/profile_layout.html.jinja2 index 915da9721..07a73ee9f 100644 --- a/funnel/templates/profile_layout.html.jinja2 +++ b/funnel/templates/profile_layout.html.jinja2 @@ -421,7 +421,9 @@ {% endif %}

{{ profile.title }}

-

@{{ profile.name }}

+ {%- if profile.name %} +

@{{ profile.name }}

+ {% endif %}
@@ -442,7 +444,9 @@

{{ profile.title }}

-

@{{ profile.name }}

+ {%- if profile.name %} +

@{{ profile.name }}

+ {%- endif %}