|
|
|
@ -142,7 +142,7 @@ def send_overview(context, request):
@@ -142,7 +142,7 @@ def send_overview(context, request):
|
|
|
|
|
or not budget_file.is_file() |
|
|
|
|
): |
|
|
|
|
request.session.flash( |
|
|
|
|
f"There was an error with your submisssion, please try again.", |
|
|
|
|
"There was an error with your submisssion, please try again.", |
|
|
|
|
"error", |
|
|
|
|
) |
|
|
|
|
return HTTPFound("/") |
|
|
|
|