From 1aae3535a79c8155fe8cbca3a267ce3af5ca245c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 31 Jul 2021 12:40:11 +0200 Subject: [PATCH] fdfd --- drama/templates/comments.html | 2 +- drama/templates/submission.html | 4 ++-- drama/templates/submission_listing.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drama/templates/comments.html b/drama/templates/comments.html index 4952519ef..26227de2d 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -446,7 +446,7 @@ {% if v %} {% if v.admin_level>=1 and v.id==c.author_id %} -
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • +
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • {% endif %} {% if v.admin_level>=3 %}
  • Remove
  • diff --git a/drama/templates/submission.html b/drama/templates/submission.html index 811ecccae..2f0e3f36d 100644 --- a/drama/templates/submission.html +++ b/drama/templates/submission.html @@ -140,7 +140,7 @@ {% if v.admin_level >=3 %} {% if v==p.author %} - + {% endif %} @@ -347,7 +347,7 @@ {% if v and v.admin_level>=3 %}
  • {% if p.stickied %}Unpin{% else %}Pin{% endif %}
  • {% if v==p.author %} -
  • Distinguish
  • +
  • Distinguish
  • {% endif %} {% endif %} diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index 5debae88f..875557e0b 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -168,7 +168,7 @@ {% if v and v.admin_level>=3 %}
  • {% if p.stickied %}Unpin{% else %}Pin{% endif %}
  • {% if v==p.author %} -
  • Distinguish
  • +
  • Distinguish
  • {% endif %} {% endif %} @@ -341,7 +341,7 @@ {% if v==p.author %} - + {% endif %}