Changeset b926df6 for asadb/urls.py
- Timestamp:
- Jan 22, 2012, 2:52:26 PM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/urls.py
r5e2645b rb926df6 17 17 'django.views.generic.simple.direct_to_template', 18 18 {'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', 20 26 ), 21 27 )
Note: See TracChangeset
for help on using the changeset viewer.