Changeset cd47318
- Timestamp:
- Jun 4, 2013, 3:19:58 AM (13 years ago)
- 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)
- File:
-
- 1 edited
-
asadb/template/space/manage-access.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/space/manage-access.html
re1d5c05 rcd47318 51 51 {% if lock_type.db_update == "none" %} 52 52 <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> 54 54 <p>Contact <a href='mailto:{{lock_type.info_addr}}'>{{lock_type.info_addr}}</a> for more information.</p> 55 55
Note: See TracChangeset
for help on using the changeset viewer.