Fix towncrier template

This commit is contained in:
frostming
2019-07-17 14:20:27 +08:00
parent f7a357b575
commit 98a612fc2f
+1 -1
View File
@@ -13,7 +13,7 @@
{% if definitions[category]['showcontent'] %}
{% for text, values in sections[section][category]|dictsort(by='value') %}
- {{ text }}{% if category != 'process' %}{{ values|sort|join(',\n ') }}{% endif %}
- {{ text }} {% if category != 'process' %}{{ values|sort|join(',\n ') }}{% endif %}
{% endfor %}
{% else %}