Changeset cd47318


Ignore:
Timestamp:
Jun 4, 2013, 3:19:58 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
1927d79
Parents:
30256e2
git-author:
Alex Dehnert <adehnert@…> (06/04/13 03:19:58)
git-committer:
Alex Dehnert <adehnert@…> (06/04/13 03:19:58)
Message:

Add "Details" link to "Space access" page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/space/manage-access.html

    re1d5c05 rcd47318  
    5151        {% if lock_type.db_update == "none" %}
    5252        <p><strong>Warning: Access to this office is not managed through the ASA DB.</strong></p>
    53         <p><em><a href='{% url space-lock-type %}'>{{lock_type.name}}</a></em>: {{lock_type.description}}</p>
     53        <p><em><a href='{% url space-lock-type %}'>{{lock_type.name}}</a></em>: {{lock_type.description}}{% if lock_type.info_url %} <a href='{{lock_type.info_url}}'>Details.</a>{%endif%}</p>
    5454        <p>Contact <a href='mailto:{{lock_type.info_addr}}'>{{lock_type.info_addr}}</a> for more information.</p>
    5555
Note: See TracChangeset for help on using the changeset viewer.