diff --git a/crates/ezidam/templates/pages/admin/apps/list.html.tera b/crates/ezidam/templates/pages/admin/apps/list.html.tera index 9ba73d1..8b8c276 100644 --- a/crates/ezidam/templates/pages/admin/apps/list.html.tera +++ b/crates/ezidam/templates/pages/admin/apps/list.html.tera @@ -44,7 +44,7 @@ {% if apps | length != 0 %}
| {{ app.label }} | -+ | {% if app.is_archived == true %} Archived {% else %} @@ -85,7 +85,7 @@ {% endif %} | - {{ app.created_at | date(format="%F", timezone=user.zoneinfo | default(value="UTC")) }} + {{ app.created_at | date(format="%F %T", timezone=user.zoneinfo | default(value="UTC")) }} | {{ app.id }} |