diff --git a/app/stores/views/stores.py b/app/stores/views/stores.py index c467e4b..59adf2c 100644 --- a/app/stores/views/stores.py +++ b/app/stores/views/stores.py @@ -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' \ No newline at end of file