aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/local_playlist.html
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates/local_playlist.html')
-rw-r--r--youtube/templates/local_playlist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/local_playlist.html b/youtube/templates/local_playlist.html
index 27928df..a7564ca 100644
--- a/youtube/templates/local_playlist.html
+++ b/youtube/templates/local_playlist.html
@@ -1,5 +1,5 @@
+{% set page_title = playlist_name + ' - Local playlist' %}
{% extends "base.html" %}
-{% block page_title %}{{ playlist_name + ' - Local playlist' }}{% endblock %}
{% import "common_elements.html" as common_elements %}
{% block style %}
main{