summaryrefslogtreecommitdiffstats
path: root/dashboard/src/booking/views.py
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-03-15 10:59:36 -0400
committerParker Berberian <pberberian@iol.unh.edu>2019-03-15 10:59:36 -0400
commitf2130761e1b0eb83965cb5f502aa0ef5ff6b7b1e (patch)
treef9ce843165b53d7451d6433e3c4ec3012cf550f0 /dashboard/src/booking/views.py
parent0444daf1d512c08e68dd149d0018560ba4a136f0 (diff)
Minor Cleanup enhancements
Change-Id: I032c8771b69e0f6d320759ee95c4987e41df57ba Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'dashboard/src/booking/views.py')
-rw-r--r--dashboard/src/booking/views.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/dashboard/src/booking/views.py b/dashboard/src/booking/views.py
index 1e14b8e..8211a0c 100644
--- a/dashboard/src/booking/views.py
+++ b/dashboard/src/booking/views.py
@@ -62,8 +62,7 @@ def quick_create(request):
try:
create_from_form(form, request)
except Exception as e:
- messages.error(request, "Whoops, looks like an error occurred. "
- "Let the admins know that you got the following message: " + str(e))
+ messages.error(request, "Whoops, an error occurred: " + str(e))
return render(request, 'workflow/exit_redirect.html', context)
messages.success(request, "We've processed your request. "