mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-04 12:51:50 +02:00
4 lines
163 B
Python
4 lines
163 B
Python
# The theme may want to specify which URL a successful form should redirect to
|
|
def success_url(view):
|
|
# No more form success URLs to overwrite
|
|
return None
|