Skip to content

Commit d0df8d3

Browse files
committed
form submit redirects to contact pg
1 parent 0d7916e commit d0df8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chipy_org/apps/contact/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ContactView(FormView):
88
template_name = "contact/contact.html"
99
form_class = ContactForm
10-
success_url = "/"
10+
success_url = "/contact"
1111

1212
def form_valid(self, form):
1313
try:

0 commit comments

Comments
 (0)