From 20e63023bb0d3c7e4cb36b91b73e79f51889cc90 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 15 Nov 2022 18:30:30 -0700 Subject: Get outbound likes/boosts and their undos working --- templates/activities/post.html | 17 +++++++++++++++++ 1 file changed, 17 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..b44df40 --- /dev/null +++ b/templates/activities/post.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} + +{% block title %}Post by {{ post.author.name_or_handle }}{% endblock %} + +{% block content %} + + +
+ +
+ {% include "activities/_post.html" %} +
+ +
+{% endblock %} -- cgit v1.2.3