Fixed typo in title of Survey Take page.
authorLennard de Rijk <ljvderijk@gmail.com>
Thu, 02 Jul 2009 14:48:10 +0200
changeset 2485 4f4e4fdc283d
parent 2484 f41a9e1eeeea
child 2486 78c87d9f4af7
Fixed typo in title of Survey Take page.
app/soc/views/models/survey.py
--- a/app/soc/views/models/survey.py	Thu Jul 02 12:46:12 2009 +0200
+++ b/app/soc/views/models/survey.py	Thu Jul 02 14:48:10 2009 +0200
@@ -112,7 +112,7 @@
     new_params['extra_django_patterns'] = [
          (r'^%(url_name)s/(?P<access_type>take)/%(key_fields)s$',
          'soc.views.models.%(module_name)s.take',
-         'Take %(module_name)s'),
+         'Take %(name)s'),
          (r'^%(url_name)s/(?P<access_type>json)/%(scope)s$',
          'soc.views.models.%(module_name)s.json',
          'Export %(name)s as JSON'),