]> git.parisson.com Git - telemeta.git/commitdiff
fix again
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 24 May 2013 13:45:46 +0000 (15:45 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 24 May 2013 13:45:46 +0000 (15:45 +0200)
telemeta/templates/telemeta/base.html

index d581a6612c797168bae076a4141ade64d40b98f5..43d72699f5a27956b0216cc3f3d1ad64b00fe509 100644 (file)
   <img src="{{ STATIC_URL }}telemeta/images/user.png" alt="user" style="vertical-align:middle" />
   {% trans "Welcome" %},
 {% if user.first_name or user.last_name %}
-  {{ user.first_name }} {{ user.last_name }} |
+  {{ user.first_name }} {{ user.last_name }}
 {% else %}
-  {{ user.username }} |
+  {{ user.username }}
 {% endif %}
 {% if perms.telemeta.can_view_users_and_profiles %}
-  <a href="{% url telemeta-profile-detail user.username %}">{% trans "Profile" %}</a> |
+ | <a href="{% url telemeta-profile-detail user.username %}">{% trans "Profile" %}</a>
 {% endif %}
-  <a href="{% url telemeta-flatpage "help" %}">{% trans "Help" %}</a> |
+ | <a href="{% url telemeta-flatpage "help" %}">{% trans "Help" %}</a>
 {% if perms.telemeta.can_view_users_and_profiles %}
-  <a href="{% url telemeta-logout %}">{% trans "Sign out" %}
| <a href="{% url telemeta-logout %}">{% trans "Sign out" %}
   <img src="{{ STATIC_URL }}telemeta/images/logout.png" alt="logout" style="vertical-align:middle" /></a>
 {% endif %}