From feb5d9b74fa1e8454eaaf29afae3643c6d7c81f1 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 11 Nov 2022 22:02:43 -0700 Subject: Got up to incoming posts working --- templates/activities/_post.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/activities/_post.html (limited to 'templates/activities/_post.html') diff --git a/templates/activities/_post.html b/templates/activities/_post.html new file mode 100644 index 0000000..ffd0032 --- /dev/null +++ b/templates/activities/_post.html @@ -0,0 +1,19 @@ +{% load static %} +
+ + {% if post.author.icon_uri %} + + {% else %} + + {% endif %} + +

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

+ +
+ {{ post.safe_content }} +
+
-- cgit v1.2.3