Browse Source

Fix unmatching HTML tags on Comments pages

merge-requests/51/head
Andrew Shu 6 years ago
committed by Deimos
parent
commit
d232ecbed4
  1. 2
      tildes/tildes/templates/macros/comments.jinja2
  2. 1
      tildes/tildes/templates/macros/topics.jinja2

2
tildes/tildes/templates/macros/comments.jinja2

@ -266,6 +266,6 @@
>{{ label.name|lower }}{% if label.reason_prompt %}...{% endif %}</a> >{{ label.name|lower }}{% if label.reason_prompt %}...{% endif %}</a>
</li> </li>
{% endfor %} {% endfor %}
</ul>
</menu>
</template> </template>
{% endmacro %} {% endmacro %}

1
tildes/tildes/templates/macros/topics.jinja2

@ -145,6 +145,7 @@
{% pluralize %} {% pluralize %}
votes votes
{% endtrans %} {% endtrans %}
</span>
{% endif %} {% endif %}
{% if request.has_permission('vote', topic) %} {% if request.has_permission('vote', topic) %}

Loading…
Cancel
Save