Ignore:
Timestamp:
Jan 29, 2013, 8:15:17 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Describe the lock types and list on space summary

  • Create a page that displays the list of lock types, their descriptions, whether the DB handles them, etc.
  • List the lock type next to each office on the space assignments page
  • Link the lock types list from the homepage and the space assignments page
Location:
asadb/template/space
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/space/summary.html

    rde2f0ac rf6982d4  
    2727    <th>Room</th>
    2828    <th>Group</th>
     29    <th><a href='{% url space-lock-type %}'>Lock Type</a></th>
    2930    <th>Access</th>
    3031</tr>
     
    3334    <td>{{office.space.number}}</td>
    3435    <td><a href='{% url groups:group-detail office.group.pk %}'>{{office.group}}</a></td>
     36    <td>{{office.space.lock_type.name}}</td>
    3537    <td><a href='{% url groups:group-space-access office.group.pk %}'>Access</a></td>
    3638</tr>
Note: See TracChangeset for help on using the changeset viewer.