diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/activities/_post.html | 5 |
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 %} |