mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
Fix towncrier template
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user