Changeset ffdfde5


Ignore:
Timestamp:
Feb 6, 2012, 11:48:46 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
2a587e4
Parents:
8cf11c9
git-author:
Alex Dehnert <adehnert@…> (02/06/12 23:48:46)
git-committer:
Alex Dehnert <adehnert@…> (02/06/12 23:48:46)
Message:

Show old DB link in toolbar

I think 1905 is the right magic number there...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/group_tools.part.html

    rcb9b105 rffdfde5  
    66    <li><a href='{% url groups:group-manage-officers group.pk %}'>Update people</a></li>
    77    <li><a href='{% url groups:group-manage-history group.pk %}'>History</a></li>
     8    {% if group.pk < 1905 %}
     9    <li><a href='https://sisapp2.mit.edu/asa/student_group_detail.do?action=detail&amp;studentGroupId={{group.pk}}'>Old DB entry</a></li>
     10    {% endif %}
    811</ul>
    912</div>
Note: See TracChangeset for help on using the changeset viewer.