frontend: Update calendar,addressbook pages

This commit is contained in:
Lennart
2025-11-04 15:32:00 +01:00
parent 6838e8e379
commit 53c6e3b1f4
2 changed files with 13 additions and 16 deletions

View File

@@ -8,6 +8,7 @@
<h1>{{ name }}</h1>
{% if let Some(description) = addressbook.description %}<p>{{ description }}</p>{% endif%}
<pre>{{ addressbook|json }}</pre>
<h2>Debug information</h2>
<pre>{{ addressbook|json(2) }}</pre>
{% endblock %}