🐛 fix: avoid empty dates when long_date_format is empty
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
{% else %}
|
||||
{{ date | date(format="%B %Y") }}
|
||||
{% endif %}
|
||||
{% elif short %}
|
||||
{% else %}
|
||||
{{ date | date(format="%d %b %Y", locale=date_locale) }}
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user