diff options
Diffstat (limited to 'youtube/templates/post_comment.html')
-rw-r--r-- | youtube/templates/post_comment.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube/templates/post_comment.html b/youtube/templates/post_comment.html index 98316ab..67c54f1 100644 --- a/youtube/templates/post_comment.html +++ b/youtube/templates/post_comment.html @@ -1,8 +1,7 @@ +{% set page_title = 'Post reply' if replying else 'Post comment' %} {% extends "base.html" %} {% import "comments.html" as comments %} -{% block page_title %}{{ 'Post reply' if replying else 'Post comment' }}{% endblock %} - {% block style %} main{ display: grid; |