forked from deepStateMirrors/tabi
🐛 fix: avoid empty dates when long_date_format is empty
This commit is contained in:
parent
534969de11
commit
eded835d3f
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
{% else %}
|
||||
{{ date | date(format="%B %Y") }}
|
||||
{% endif %}
|
||||
{% elif short %}
|
||||
{% else %}
|
||||
{{ date | date(format="%d %b %Y", locale=date_locale) }}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue