From 2207a094e7b579efd9130d8a524b7b2370ecab26 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Sep 2021 22:13:20 +0200 Subject: [PATCH] fd --- files/templates/submission.html | 12 ++++++------ files/templates/submission_listing.html | 8 +++++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 109e6ffca1..6ceb139bd2 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -128,10 +128,9 @@ {% endif %} - - - {% if v %} + + {% if v.admin_level >=3 %} @@ -411,10 +410,11 @@ {% if v %}
  • Subscribe
  • Unsubscribe
  • - {% endif %} -
  • Save
  • -
  • Unsave
  • +
  • Save
  • +
  • Unsave
  • + + {% endif %}
  • Report
  • diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 8eba22d994..27e48a0694 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -153,9 +153,11 @@
  • Unsubscribe
  • {% endif %} -
  • Save
  • -
  • Unsave
  • - + {% if v %} +
  • Save
  • +
  • Unsave
  • + {% endif %} +
  • Report
  • {% if v and v.id==p.author_id %}