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.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/youtube/templates/error.html b/youtube/templates/error.html
new file mode 100644
index 0000000..e77c92c
--- /dev/null
+++ b/youtube/templates/error.html
@@ -0,0 +1,7 @@
+{% set page_title = 'Error' %}
+{% extends "base.html" %}
+
+{% block main %}
+ {{ error_message }}
+{% endblock %}
+