Changeset f6982d4 for asadb/template/space
- Timestamp:
- Jan 29, 2013, 8:15:17 PM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 1484698
- Parents:
- e2ceffa
- git-author:
- Alex Dehnert <adehnert@…> (01/29/13 20:14:13)
- git-committer:
- Alex Dehnert <adehnert@…> (01/29/13 20:15:17)
- Location:
- asadb/template/space
- Files:
-
- 1 added
- 1 edited
-
lock_types.html (added)
-
summary.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/space/summary.html
rde2f0ac rf6982d4 27 27 <th>Room</th> 28 28 <th>Group</th> 29 <th><a href='{% url space-lock-type %}'>Lock Type</a></th> 29 30 <th>Access</th> 30 31 </tr> … … 33 34 <td>{{office.space.number}}</td> 34 35 <td><a href='{% url groups:group-detail office.group.pk %}'>{{office.group}}</a></td> 36 <td>{{office.space.lock_type.name}}</td> 35 37 <td><a href='{% url groups:group-space-access office.group.pk %}'>Access</a></td> 36 38 </tr>
Note: See TracChangeset
for help on using the changeset viewer.