From a95dee9ef0dbda2c763379a9036b718085b17d66 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 21 Jul 2022 21:56:59 +0200 Subject: [PATCH] Template fixes --- app/templates/admin_inbox.html | 2 +- app/templates/notifications.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/admin_inbox.html b/app/templates/admin_inbox.html index 3e0f513..d2f8714 100644 --- a/app/templates/admin_inbox.html +++ b/app/templates/admin_inbox.html @@ -8,7 +8,7 @@ {% macro actor_action(inbox_object, text) %}
- {{ inbox_object.actor.display_name }} {{ text }} + {{ inbox_object.actor.display_name | clean_html(inbox_object.actor) | safe }} {{ text }} {{ inbox_object.ap_published_at | timeago }}
diff --git a/app/templates/notifications.html b/app/templates/notifications.html index 7ad0b6d..6585e48 100644 --- a/app/templates/notifications.html +++ b/app/templates/notifications.html @@ -23,7 +23,7 @@ {{ utils.display_actor(notif.actor, actors_metadata) }} {% elif notif.notification_type.value == "like" %} - + {{ utils.display_object(notif.outbox_object) }}