diff options
Diffstat (limited to 'youtube/templates/error.html')
-rw-r--r-- | youtube/templates/error.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/youtube/templates/error.html b/youtube/templates/error.html new file mode 100644 index 0000000..1f33c44 --- /dev/null +++ b/youtube/templates/error.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block page_title %}Error{% endblock %} + +{% block main %} + {{ error_message }} +{% endblock %} + |