From c557410c76527b11454db31b1458636f882c1a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Sat, 29 Jun 2019 03:00:30 +0200 Subject: [PATCH] Fix page title --- app/templates/played_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/played_list.html b/app/templates/played_list.html index d12d993..3c7c563 100644 --- a/app/templates/played_list.html +++ b/app/templates/played_list.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% block title %}Songsuche{% endblock %} +{% block title %}Abspielliste{% endblock %} {% block content %}