From 34b24a0dcb044cb755e201ad1a83253d0690e78e Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 16:14:38 -0700 Subject: More UI! --- templates/activities/_post.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'templates/activities/_post.html') diff --git a/templates/activities/_post.html b/templates/activities/_post.html index eef09db..a5e637f 100644 --- a/templates/activities/_post.html +++ b/templates/activities/_post.html @@ -1,4 +1,5 @@ {% load static %} +{% load activity_tags %}
{% if post.author.icon_uri %} @@ -7,20 +8,20 @@ {% endif %} -

- - {{ post.author.name_or_handle }} @{{ post.author.handle }} - -

+ + + {{ post.author.name_or_handle }} @{{ post.author.handle }} + +
{{ post.safe_content }}
-- cgit v1.2.3