Changeset 78c94e7


Ignore:
Timestamp:
Mar 19, 2012, 3:38:29 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Move the "Use of Data" page to the ASA website

Apparently somebody already made a Use of Data page on the ASA website
with identical content. We should really only have it one place, and the
website is probably easier to edit, so I figure we should prefer it.

Location:
asadb
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/about/index.html

    rb926df6 r78c94e7  
    1010<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>
    1111
    12 <p>See also:</p>
     12<p>See also the following pages on the ASA website:</p>
    1313
    1414<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>
    1717</ul>
    1818
  • asadb/urls.py

    rb926df6 r78c94e7  
    1515    url(
    1616        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'},
    1919        name='about-data',
    2020    ),
Note: See TracChangeset for help on using the changeset viewer.