Comments: Fix exceptions when ctoken metadata are missing (None)
Signed-off-by: Jesús <heckyel@hyperbola.info>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% set page_title = ('Replies' if comments_info['is_replies'] else 'Comments page ' + comments_info['page_number']) %}
|
||||
{% set page_title = ('Replies' if comments_info['is_replies'] else 'Comments page ' + comments_info['page_number']|string) %}
|
||||
{% import "comments.html" as comments with context %}
|
||||
|
||||
{% if not slim %}
|
||||
|
||||
Reference in New Issue
Block a user