diff options
Diffstat (limited to 'youtube/templates/delete_comment.html')
-rw-r--r-- | youtube/templates/delete_comment.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube/templates/delete_comment.html b/youtube/templates/delete_comment.html index 4797240..71555ee 100644 --- a/youtube/templates/delete_comment.html +++ b/youtube/templates/delete_comment.html @@ -1,7 +1,6 @@ +{% set page_title = 'Delete comment?' %} {% extends "base.html" %} -{% block page_title %}Delete comment?{% endblock %} - {% block style %} main{ display: grid; |