mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 15:30:24 +00:00
also on web
This commit is contained in:
@@ -367,7 +367,7 @@
|
||||
<div class="birthday-organization">{{ b.organization }}</div>
|
||||
{% endif %}
|
||||
<div class="birthday-date">
|
||||
{{ b.birthday|fmt_birthday }}{% if b.birthday|has_year %} · {{ b.birthday|fmt_age(current_year) }} Jahre{% endif %}
|
||||
{{ b.birthday|fmt_birthday }}{% if b.birthday|has_year %}<span style="white-space:nowrap;"> · {{ b.birthday|fmt_age(current_year) }} Jahre</span>{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% if b.photo_url %}
|
||||
|
||||
Reference in New Issue
Block a user