aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web')
-rw-r--r--templates/web/default/errors/page_error_410_gone.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/web/default/errors/page_error_410_gone.html b/templates/web/default/errors/page_error_410_gone.html
new file mode 100644
index 000000000..c4d5035d8
--- /dev/null
+++ b/templates/web/default/errors/page_error_410_gone.html
@@ -0,0 +1,20 @@
+[% INCLUDE 'header.html', title => loc('Page Gone') %]
+
+<h1>[%loc('Page Gone') %]</h1>
+
+[% IF error_msg %]
+ <p class="error">[% error_msg | html %]</p>
+[% END %]
+
+<p>
+ [%
+ tprintf(
+ loc("The requested URL '%s' is no longer available"),
+ c.req.uri
+ )
+ %]
+</p>
+
+[% # FIXME - add more helpful suggestions to this page %]
+
+[% INCLUDE 'footer.html' %]