app/soc/models/org_app.py
changeset 936 b3e1e0c9649c
parent 795 8914adaa93a7
child 970 8b5611d5b053
--- a/app/soc/models/org_app.py	Fri Jan 23 21:20:33 2009 +0000
+++ b/app/soc/models/org_app.py	Fri Jan 23 21:22:09 2009 +0000
@@ -73,6 +73,7 @@
       'Please select your backup group administrator (if there is one).'
       ' They will be emailed to confirm, and this group will not be '
       ' accepted until they respond. (optional).'))
+  backup_admin.redirect_url = soc.models.user.User.URL_NAME
 
   contrib_template = db.ReferenceProperty(
     reference_class=soc.models.document.Document, required=False,
@@ -84,6 +85,7 @@
     'This template will be presented to contributors, such as students'
     ' and other non-member participants, when they apply to contribute'
     ' to the organization.')
+  contrib_template.redirect_url = soc.models.document.Document.URL_NAME
 
   contrib_disappears = db.TextProperty(required=True,
     verbose_text=ugettext_lazy(