summaryrefslogtreecommitdiffstats
path: root/templates/activities/_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/_post.html')
-rw-r--r--templates/activities/_post.html5
1 files changed, 5 insertions, 0 deletions
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 @@
<i class="fa-solid fa-arrow-up-right-from-square"></i> See Original
</a>
{% endif %}
+ {% if request.user.admin %}
+ <a href="{{ post.urls.admin_edit }}">
+ <i class="fa-solid fa-gear"></i> View In Admin
+ </a>
+ {% endif %}
</menu>
</div>
{% endif %}