From ddb3436275d3f02183f515c38cd3193cd1dfe2f4 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 18:42:47 -0700 Subject: Boosting! Incoming, anyway. --- templates/activities/_boost.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/activities/_boost.html (limited to 'templates/activities/_boost.html') diff --git a/templates/activities/_boost.html b/templates/activities/_boost.html new file mode 100644 index 0000000..601466e --- /dev/null +++ b/templates/activities/_boost.html @@ -0,0 +1,28 @@ +{% load static %} +{% load activity_tags %} +
+ + {% if post.author.icon_uri %} + + {% else %} + + {% endif %} + + + + + {{ post.author.name_or_handle }} @{{ post.author.handle }} + + +
+ {{ post.safe_content }} +
+
-- cgit v1.2.3