Changeset b926df6 for asadb/urls.py


Ignore:
Timestamp:
Jan 22, 2012, 2:52:26 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
2ca295b
Parents:
5e2645b
git-author:
Alex Dehnert <adehnert@…> (01/22/12 14:52:26)
git-committer:
Alex Dehnert <adehnert@…> (01/22/12 14:52:26)
Message:

Add new "About" page and link "Use of Data" page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/urls.py

    r5e2645b rb926df6  
    1717        'django.views.generic.simple.direct_to_template',
    1818        {'template': 'about/data.html', 'extra_context': { 'pagename':'about' }, },
    19         name='data',
     19        name='about-data',
     20    ),
     21    url(
     22        r'^$',
     23        'django.views.generic.simple.direct_to_template',
     24        {'template': 'about/index.html', 'extra_context': { 'pagename':'about' }, },
     25        name='about',
    2026    ),
    2127)
Note: See TracChangeset for help on using the changeset viewer.