Changeset 078e53a for asadb/template


Ignore:
Timestamp:
Mar 20, 2012, 12:56:16 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
f57cf3c
Parents:
b8a9c68
git-author:
Alex Dehnert <adehnert@…> (03/20/12 00:56:16)
git-committer:
Alex Dehnert <adehnert@…> (03/20/12 00:56:16)
Message:

Use a dagger, not an asterisk, for private info

Rachel (rhkeeler) suggested that asterisks are so strongly associated with
required fields that, e.g., treasurer not having an asterisk was making people
think it wasn't required.

File:
1 edited

Legend:

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

    rb8a9c68 r078e53a  
    4141{% if user.is_authenticated %}
    4242{% for name, role, people in roles %}
    43 <tr>
    44     <th>{{name}}{%if not role.publicly_visible %}*{%endif%}</th>
     43<tr{%if not role.publicly_visible %} class='private-info'{%endif%}>
     44    <th>{{name}}</th>
    4545    <td><ul>
    4646    {% for person in people %}<li>{{person.format_person}}</li>{%endfor%}
Note: See TracChangeset for help on using the changeset viewer.