From 24f807b799525cef6f3b374bd3210ffe60549849 Mon Sep 17 00:00:00 2001 From: girst Date: Wed, 5 Jan 2022 22:25:56 +0100 Subject: [PATCH] remove old commented out templating code --- app/youtube/templates/index.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/youtube/templates/index.html.j2 b/app/youtube/templates/index.html.j2 index a5b843e..fbcb3a6 100644 --- a/app/youtube/templates/index.html.j2 +++ b/app/youtube/templates/index.html.j2 @@ -1,7 +1,7 @@ {% extends "base.html.j2" %} {% import 'macros.imp.j2' as macros %} -{% block title %}Subscriptions {#for {{ current_user.name | e }}#}{% endblock %} +{% block title %}Subscriptions{% endblock %} {% block content %} {{ super() }} -- 2.39.3