mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-18 07:50:25 +00:00
birthday unknown year filter
This commit is contained in:
@@ -332,7 +332,7 @@
|
||||
{% if contact.birthday %}
|
||||
<div class="section">
|
||||
<div class="birthday-highlight">
|
||||
🎂 {{ contact.birthday }}
|
||||
🎂 {{ contact.birthday|fmt_birthday }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user