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 %}