Newer
Older
postorius / src / mailmanweb / templates / mailmanweb / user_profile.html
@Florian Fuchs Florian Fuchs on 22 Mar 2012 245 bytes - removed language settings from list_new
{% extends extend_template %}
{% load i18n %}

{% block main %}
    {% include 'mailmanweb/menu/user_nav.html' %}
    <h1>{{ user }}'s Profile</h1>

    <p><strong>Mailman display name:</strong> {{ mm_user.display_name}}</p>
{% endblock main %}