aboutsummaryrefslogtreecommitdiffstats
path: root/templates/errors/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/errors/error.html')
-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 %}