diff --git a/drama/templates/submission.html b/drama/templates/submission.html index 05ca4ede5..0741641f4 100644 --- a/drama/templates/submission.html +++ b/drama/templates/submission.html @@ -133,14 +133,14 @@ {% endif %} {% if v and (v.id==p.author_id or v.admin_level>=3) %} - + {% endif %} {% if v %} {% if v.admin_level >=3 %} - + {% if v==p.author %} - + {% endif %} @@ -148,7 +148,7 @@ {% endif %} {% if v.admin_level >=4 and p.oauth_app %} - + {% endif %} {% endif %} @@ -345,7 +345,7 @@ {% endif %} {% if v and v.admin_level>=3 %} -
  • {% if p.stickied %}Unpin{% else %}Pin{% endif %}
  • +
  • {% if p.stickied %}Unpin{% else %}Pin{% endif %}
  • {% if v==p.author %}
  • Distinguish
  • {% endif %} diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index e94d9d2a8..c2ed8bb53 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -340,7 +340,7 @@ {% if v==p.author %} - + {% endif %}