Changeset 78c94e7
- Timestamp:
- Mar 19, 2012, 3:38:29 PM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- afc3095
- Parents:
- 2538f75
- git-author:
- Alex Dehnert <adehnert@…> (03/19/12 15:34:47)
- git-committer:
- Alex Dehnert <adehnert@…> (03/19/12 15:38:29)
- Location:
- asadb
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/about/index.html
rb926df6 r78c94e7 10 10 <p>To contact the Association of Student Activities, please see <a href='http://web.mit.edu/asa/about/contact-info.html'>our contact information</a>. For issues directly about the ASA Group Database, please contact the database team at <a href='mailto:asa-db@mit.edu'>asa-db@mit.edu</a>.</p> 11 11 12 <p>See also :</p>12 <p>See also the following pages on the ASA website:</p> 13 13 14 14 <ul> 15 <li><a href=' {% url about-data %}'>Use of Data</a></li>16 <li><a href='http://web.mit.edu/asa/database/ account-numbers.html'>Information on visibility of account numbers</a> (on the ASA website)</li>15 <li><a href='http://web.mit.edu/asa/database/account-numbers.html'>Information on visibility of account numbers</a></li> 16 <li><a href='http://web.mit.edu/asa/database/use-of-data.html'>Use of Data</a></li> 17 17 </ul> 18 18 -
asadb/urls.py
rb926df6 r78c94e7 15 15 url( 16 16 r'^data/$', 17 'django.views.generic.simple. direct_to_template',18 {' template': 'about/data.html', 'extra_context': { 'pagename':'about' },},17 'django.views.generic.simple.redirect_to', 18 {'url': 'http://web.mit.edu/asa/database/use-of-data.html'}, 19 19 name='about-data', 20 20 ),
Note: See TracChangeset
for help on using the changeset viewer.