aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates/error.html')
-rw-r--r--youtube/templates/error.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube/templates/error.html b/youtube/templates/error.html
index 1f33c44..e77c92c 100644
--- a/youtube/templates/error.html
+++ b/youtube/templates/error.html
@@ -1,7 +1,6 @@
+{% set page_title = 'Error' %}
{% extends "base.html" %}
-{% block page_title %}Error{% endblock %}
-
{% block main %}
{{ error_message }}
{% endblock %}