Changeset 8aea837 for asadb/template/space/lock_types.html
- Timestamp:
- Feb 17, 2013, 2:25:26 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 21f7242
- Parents:
- 59506d6
- git-author:
- Alex Dehnert <adehnert@…> (02/17/13 02:25:26)
- git-committer:
- Alex Dehnert <adehnert@…> (02/17/13 02:25:26)
- File:
-
- 1 edited
-
asadb/template/space/lock_types.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/space/lock_types.html
rf6982d4 r8aea837 18 18 <tr> 19 19 <th>{{lock_type.name}}</th> 20 <td>{{lock_type.description}} </td>20 <td>{{lock_type.description}}{% if lock_type.info_url %} <a href='{{lock_type.info_url}}'>Details.</a>{%endif%}</td> 21 21 <td><a href='mailto:{{lock_type.info_addr}}'>{{lock_type.info_addr}}</a></td> 22 22 <td>{% if lock_type.db_update != "none" %}Yes: {%endif%}{{lock_type.get_db_update_display}}</td>
Note: See TracChangeset
for help on using the changeset viewer.