Skip to content

Commit f351406

Browse files
committed
Fix changelog template
1 parent 5b73573 commit f351406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/news/.changelog_template.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{% if sections[] %}
2-
{% for category, val in definitions.items() if category in sections[] %}
1+
{% if sections[""] %}
2+
{% for category, val in definitions.items() if category in sections[""] %}
33

44
### {{ definitions[category]['name'] }}
55

6-
{% for text, values in sections[][category].items() %}
6+
{% for text, values in sections[""][category].items() %}
77
- {{ text }} {{ values|join(', ') }}
88
{% endfor %}
99

0 commit comments

Comments
 (0)