🐛 fix: avoid empty dates when long_date_format is empty

This commit is contained in:
welpo
2023-05-23 22:59:47 +02:00
parent 534969de11
commit eded835d3f
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
{% else %}
{{ date | date(format="%B %Y") }}
{% endif %}
{% elif short %}
{% else %}
{{ date | date(format="%d %b %Y", locale=date_locale) }}
{% endif %}