~mailman-coders/mailmanweb/trunk

« back to all changes in this revision

Viewing changes to src/mailmanweb/templates/mailmanweb/user_mailmansettings.html

  • Committer: Florian Fuchs
  • Date: 2012-03-22 21:28:05 UTC
  • Revision ID: flo.fuchs@gmail.com-20120322212805-p22qqjw5r2hpvy27
- removed language settings from list_new
- real_name => display_name
- added missing import

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    {% include 'mailmanweb/menu/user_nav.html' %}
6
6
    <h1>{{ user }}'s List Settings</h1>
7
7
 
8
 
    <p><strong>Mailman display name:</strong> {{ mm_user.real_name}}</p>
 
8
    <p><strong>Mailman display name:</strong> {{ mm_user.display_name}}</p>
9
9
    <p><strong>Django email:</strong> {{ user.email }}</p>
10
10
    <p><strong>Mailman primary email:</strong> {{ mm_user.email }}</p>
11
11
    <h2>Valid email addresses for this account:</h2>