Changeset 6e247d3 for asadb/forms


Ignore:
Timestamp:
Nov 16, 2012, 5:06:22 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
cf43bea
Parents:
1f4ee0b
git-author:
Alex Dehnert <adehnert@…> (11/16/12 05:06:22)
git-committer:
Alex Dehnert <adehnert@…> (11/16/12 05:06:22)
Message:

Add links to the submitted membership updates page

While the page with information about which membership updates have been
submitted was linked on the front page, some people were still not finding it.
This adds a link on the update page and in the email that gets sent to
officers. Fixes ASA-#183.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/views.py

    r1f4ee0b r6e247d3  
    297297
    298298    confirm_uri = request.build_absolute_uri(reverse('membership-confirm'))
     299    submitted_uri = request.build_absolute_uri(reverse('membership-submitted'))
    299300
    300301    if request.method == 'POST':
     
    336337                'submitter': request.user,
    337338                'confirm_uri': confirm_uri,
     339                'submitted_uri': submitted_uri,
    338340            })
    339341            body = tmpl.render(ctx)
Note: See TracChangeset for help on using the changeset viewer.