Changeset c3bb2c1


Ignore:
Timestamp:
Mar 19, 2012, 4:06:34 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
2538f75
Parents:
7a56298
git-author:
Alex Dehnert <adehnert@…> (03/19/12 04:06:34)
git-committer:
Alex Dehnert <adehnert@…> (03/19/12 04:06:34)
Message:

Label email list fields consistently

This is a follow-up to f8bd4966fd49efe6df2ea7136c9f13248d7cccbb,
to make the main display page use the same label.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/group_detail.html

    r41f8b1e rc3bb2c1  
    2121<tr><th>Website</th><td><a href="{{group.website_url}}">{{group.website_url}}</a></td></tr>
    2222<tr><th>Meeting times</th><td>{{group.meeting_times}}</td></tr>
    23 <tr><th>Officer email</th><td>{% if user.is_authenticated %}{{group.officer_email}}{% else %}[<a href='{% url login %}'>log in</a> to see emails]{% endif %}</td></tr>
     23<tr><th>Officers' email list</th><td>{% if user.is_authenticated %}{{group.officer_email}}{% else %}[<a href='{% url login %}'>log in</a> to see emails]{% endif %}</td></tr>
    2424{% if viewpriv %}<tr class='private-info'>
    25     <th>Group email</th>
     25    <th>Group email list</th>
    2626    <td>{{group.group_email}}</td>
    2727</tr>{% endif %}
Note: See TracChangeset for help on using the changeset viewer.