birthday unknown year filter

This commit is contained in:
2026-08-07 13:34:18 +02:00
parent 5cdefff6f5
commit 34860e8ae4
6 changed files with 37 additions and 9 deletions
+1 -1
View File
@@ -332,7 +332,7 @@
{% if contact.birthday %}
<div class="section">
<div class="birthday-highlight">
🎂 {{ contact.birthday }}
🎂 {{ contact.birthday|fmt_birthday }}
</div>
</div>
{% endif %}