diff --git a/tildes/tildes/templates/macros/topics.jinja2 b/tildes/tildes/templates/macros/topics.jinja2 index b9e81e6..f3b6dbc 100644 --- a/tildes/tildes/templates/macros/topics.jinja2 +++ b/tildes/tildes/templates/macros/topics.jinja2 @@ -13,12 +13,12 @@ {% if topic.is_text_type %} {{ topic.title }} {% elif topic.is_link_type %} {{ topic.title }} {% endif %} @@ -64,7 +64,7 @@
{% trans num_comments=topic.num_comments %} {{ num_comments }} comment diff --git a/tildes/tildes/templates/topic.jinja2 b/tildes/tildes/templates/topic.jinja2 index 021b331..1ae61ca 100644 --- a/tildes/tildes/templates/topic.jinja2 +++ b/tildes/tildes/templates/topic.jinja2 @@ -46,7 +46,7 @@ {{ topic.link }}
{% endif %}