mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 23:40:24 +00:00
also on web
This commit is contained in:
@@ -367,7 +367,7 @@
|
|||||||
<div class="birthday-organization">{{ b.organization }}</div>
|
<div class="birthday-organization">{{ b.organization }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="birthday-date">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
{% if b.photo_url %}
|
{% if b.photo_url %}
|
||||||
|
|||||||
Reference in New Issue
Block a user