Fix reverse for the map view.

This commit is contained in:
2013-04-01 17:27:20 +01:00
parent 036d70ce98
commit 075846d993

View File

@@ -62,7 +62,7 @@ class StoreCreateView(SessionWizardView):
messages.success(self.request, "%s has been sumbitted for moderation and should be visible within the next 24 hours." % store_obj)
return HttpResponseRedirect(reverse('stores-map'))
return HttpResponseRedirect(reverse('map'))
def get_template_names(self):
return 'stores/wizard/store_wizard.html'