From dcf2d801b93e195ad27d349427a7c6aaa8845d61 Mon Sep 17 00:00:00 2001
From: Michael Manfre
Date: Tue, 6 Dec 2022 18:55:35 -0500
Subject: 'View in admin' link for post popup menu (#134)
---
templates/activities/_post.html | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'templates')
diff --git a/templates/activities/_post.html b/templates/activities/_post.html
index a813433..e764747 100644
--- a/templates/activities/_post.html
+++ b/templates/activities/_post.html
@@ -49,6 +49,11 @@
See Original
{% endif %}
+ {% if request.user.admin %}
+
+ View In Admin
+
+ {% endif %}
{% endif %}
--
cgit v1.2.3