From 130c4aa24b0ca61e5b35fba2d111aa160f8bad34 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 14:41:50 -0600 Subject: [PATCH] fix --- files/templates/sidebars/SubmissionSidebar.html | 6 +++--- files/templates/submission.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/templates/sidebars/SubmissionSidebar.html b/files/templates/sidebars/SubmissionSidebar.html index 62abc7d9c..3b385e521 100644 --- a/files/templates/sidebars/SubmissionSidebar.html +++ b/files/templates/sidebars/SubmissionSidebar.html @@ -95,7 +95,7 @@ {% if p.stickied %}
  • - + Pinned {% if p.stickied.startswith('t:') %}until {{p.stickied[2:]}}{% else %}by @{{p.stickied}}{%endif%}
  • @@ -104,7 +104,7 @@ {% if p.is_pinned %}
  • - + Pinned to profile
  • @@ -113,7 +113,7 @@ {% if p.private %}
  • - + Draft
  • diff --git a/files/templates/submission.html b/files/templates/submission.html index e5f57a009..677da4c4d 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -270,7 +270,7 @@ {% if p.stickied %}
  • - + Pinned {% if p.stickied.startswith('t:') %}until {{p.stickied[2:]}}{% else %}by @{{p.stickied}}{%endif%}
  • @@ -279,7 +279,7 @@ {% if p.is_pinned %}
  • - + Pinned to profile
  • @@ -288,7 +288,7 @@ {% if p.private %}
  • - + Draft