aboutsummaryrefslogtreecommitdiffstats
path: root/templates/errors
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-03-14 10:19:56 +0000
committerGravatar Gareth Coles <[email protected]>2018-03-14 10:19:56 +0000
commit1cb18be258bb744415f48a3e319e1cf35c570e98 (patch)
tree05cbd2cda70731f27a310822eefb84fb7b102e04 /templates/errors
parentAdd payment info for resources, and two more resources (diff)
Dynamic OpenGraph metadata in page templates
Diffstat (limited to 'templates/errors')
-rw-r--r--templates/errors/error.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/errors/error.html b/templates/errors/error.html
index 1d1fef03..13ff98db 100644
--- a/templates/errors/error.html
+++ b/templates/errors/error.html
@@ -1,5 +1,7 @@
{% extends 'main/base.html' %}
-{% block title %} Error {{ code }} {% endblock %}
+{% block title %}Error {{ code }}{% endblock %}
+{% block og_title %}Error {{ code }}{% endblock %}
+{% block og_description %}{{ error_message | safe }}{% endblock %}
{% block beta_error %}{% endblock %}
{% block extra_head %}