Newer
Older
postorius / src / postorius / templates / postorius / menu / user_nav.html
@Florian Fuchs Florian Fuchs on 23 Mar 2012 289 bytes * added copy of the GPL
{% load i18n %}
<ul class="mm_nav">
    <li><a href="{% url user_profile %}">{% trans "Profile" %}</a></li>
    <!--li><a href="{% url user_profile %}">{% trans "Web settings" %}</a></li-->
    <li><a href="{% url user_mailmansettings %}">{% trans "Mailman settings" %}</a></li>
</ul>