Whoops dont confuse customers
This commit is contained in:
parent
4cdd902b2e
commit
0183b03bc2
|
|
@ -33,6 +33,9 @@ def submit_quote(request):
|
||||||
|
|
||||||
def process_quote():
|
def process_quote():
|
||||||
try:
|
try:
|
||||||
|
if not settings.DEBUG:
|
||||||
|
raise Exception("Not implemented")
|
||||||
|
|
||||||
# Step 1: Upload files
|
# Step 1: Upload files
|
||||||
yield send_progress_update(1, "Uploading files...", 25)
|
yield send_progress_update(1, "Uploading files...", 25)
|
||||||
# Files are already uploaded at this point, just acknowledge
|
# Files are already uploaded at this point, just acknowledge
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue