aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-10-19 09:43:14 +0100
committerStruan Donald <struan@exo.org.uk>2012-10-19 09:43:14 +0100
commit3e59d3c4e95463a304ed2d28f4cdbdcb1bbf057b (patch)
tree438dc62e0ba5cd9506df8a126e3aa3a84f1b4ec8
parentfa67791ff8e9f6e47288aca1a77dd4c539e8e01e (diff)
update problem confirmation text for southampton
-rw-r--r--templates/web/southampton/tokens/confirm_problem.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/web/southampton/tokens/confirm_problem.html b/templates/web/southampton/tokens/confirm_problem.html
new file mode 100644
index 000000000..f6bc2bc6c
--- /dev/null
+++ b/templates/web/southampton/tokens/confirm_problem.html
@@ -0,0 +1,14 @@
+[% INCLUDE 'header.html', title = loc('Confirmation') %]
+
+<h1>[% loc('Confirmation') %]</h1>
+
+<p class="confirmed">
+Thank you for your report which will be updated as soon as possible.
+You can <a href="[% c.cobrand.base_url_for_report( problem ) %][% problem.url %]">view the problem on this site</a>.
+</p>
+
+<p>Your reference for this problem is [% problem.id %], please quote it in any enquiries.
+
+[% display_crosssell_advert( problem.user.email, problem.name ) %]
+
+[% INCLUDE 'footer.html' %]