summaryrefslogtreecommitdiff
path: root/contact
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2013-04-01 14:32:26 -0500
committerJacob Kaplan-Moss <jacob@jacobian.org>2013-04-01 14:32:26 -0500
commitfc7e6a2c1f7538808f3e49415b29f4f57a17ab44 (patch)
tree49c100674232eddab516df0f739d439115775f01 /contact
parent1a0aae11a331bfbf36d6f4091d77413b780454e5 (diff)
Tweaks to the success message (style, actually display it, content).
Diffstat (limited to 'contact')
-rw-r--r--contact/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contact/views.py b/contact/views.py
index 715f8a25..c1b630bd 100644
--- a/contact/views.py
+++ b/contact/views.py
@@ -17,5 +17,5 @@ def contact_coc(request):
template_name = 'contact/coc.html',
success_url = urlresolvers.reverse('code_of_conduct'))
if isinstance(resp, HttpResponseRedirect):
- messages.success(request, "Thanks for your feedback! If you provided an email address, we'll get back to you shortly.")
+ messages.success(request, "Thanks for your feedback! If you provided an email address, we'll get back to you.")
return resp