]> git.sesse.net Git - ccbs/blobdiff - html/templates/user-error.tmpl
Add a template and functions for signalling user errors (as opposed to internal errors).
[ccbs] / html / templates / user-error.tmpl
diff --git a/html/templates/user-error.tmpl b/html/templates/user-error.tmpl
new file mode 100644 (file)
index 0000000..3a9a99f
--- /dev/null
@@ -0,0 +1,8 @@
+[%# vim:set filetype=html: %]
+<div>
+  <p>Beklager, det oppsto et problem ved behandlingen av forespørselen din:</p>
+
+  <p><strong>[% message %]</strong></p>
+  
+  <p>Vennligst gå tilbake og prøv igjen.</p>
+</div>