From 842b45839535594b248205f4905bb4ec837050b1 Mon Sep 17 00:00:00 2001
From: Andrew Godwin
Date: Sun, 27 Nov 2022 14:25:09 -0700
Subject: Change how we link individual-post view
---
templates/activities/_post.html | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
(limited to 'templates')
diff --git a/templates/activities/_post.html b/templates/activities/_post.html
index 7402765..1c3008b 100644
--- a/templates/activities/_post.html
+++ b/templates/activities/_post.html
@@ -1,12 +1,12 @@
{% load static %}
{% load activity_tags %}
-
+
-
{% endif %}
@@ -51,7 +54,7 @@
{% if post.summary %}
-
+
{{ post.summary }}
{% endif %}
@@ -75,4 +78,6 @@
{% endfor %}
{% endif %}
+
+
--
cgit v1.2.3