diff --git a/drama/templates/submission.html b/drama/templates/submission.html index cb53254f5..05ca4ede5 100644 --- a/drama/templates/submission.html +++ b/drama/templates/submission.html @@ -105,7 +105,7 @@ - + {% if p.deleted_utc > 0 %} @@ -336,7 +336,7 @@ {% endif %} {% if v and v.id==p.author_id %} -
  • {% if p.is_pinned %}Unpin from your profile{% else %}Pin to your profile{% endif %}
  • +
  • {% if p.is_pinned %}Unpin from your profile{% else %}Pin to your profile{% endif %}
  • {% if p.deleted_utc > 0 %}
  • Undelete
  • {% else %} diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index c614f3766..e94d9d2a8 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -156,7 +156,7 @@ {% endif %} {% if v and v.id==p.author_id %} -
  • {% if p.is_pinned %}Unpin from your profile{% else %}Pin to your profile{% endif %}
  • +
  • {% if p.is_pinned %}Unpin from your profile{% else %}Pin to your profile{% endif %}
  • {% if p.deleted_utc > 0 %}
  • Undelete
  • {% else %} @@ -316,7 +316,7 @@ {% endif %} {% if v and v.id==p.author_id %} - + {% if p.deleted_utc > 0 %} {% else %}