Changeset f6982d4 for asadb/urls.py


Ignore:
Timestamp:
Jan 29, 2013, 8:15:17 PM (13 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/urls.py

    rde2f0ac rf6982d4  
    8181    url(r'^space/dump/office-access.csv$', space.views.dump_office_access, name='space-dump-office-access', ),
    8282    url(r'^space/$', space.views.summary, name='space-summary', ),
     83    url(r'^space/lock_types.html$', space.views.lock_types, name='space-lock-type', ),
    8384
    8485    # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
Note: See TracChangeset for help on using the changeset viewer.