From d232ecbed4affed8c7008845b9a7c54b820db6ad Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Wed, 17 Oct 2018 10:57:24 -0700 Subject: [PATCH] Fix unmatching HTML tags on Comments pages --- tildes/tildes/templates/macros/comments.jinja2 | 2 +- tildes/tildes/templates/macros/topics.jinja2 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tildes/tildes/templates/macros/comments.jinja2 b/tildes/tildes/templates/macros/comments.jinja2 index 8de5309..6ac9439 100644 --- a/tildes/tildes/templates/macros/comments.jinja2 +++ b/tildes/tildes/templates/macros/comments.jinja2 @@ -266,6 +266,6 @@ >{{ label.name|lower }}{% if label.reason_prompt %}...{% endif %} {% endfor %} - + {% endmacro %} diff --git a/tildes/tildes/templates/macros/topics.jinja2 b/tildes/tildes/templates/macros/topics.jinja2 index e318786..49a348f 100644 --- a/tildes/tildes/templates/macros/topics.jinja2 +++ b/tildes/tildes/templates/macros/topics.jinja2 @@ -145,6 +145,7 @@ {% pluralize %} votes {% endtrans %} + {% endif %} {% if request.has_permission('vote', topic) %}