aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/status.html
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates/status.html')
-rw-r--r--youtube/templates/status.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube/templates/status.html b/youtube/templates/status.html
index 1e18b5c..901aa5b 100644
--- a/youtube/templates/status.html
+++ b/youtube/templates/status.html
@@ -1,7 +1,6 @@
+{% set page_title = (title if (title is defined) else 'Status') %}
{% extends "base.html" %}
-{% block page_title %}{{ title if (title is defined) else 'Status'}}{% endblock %}
-
{% block main %}
{{ message }}
{% endblock %}