From 6ccb71e0a56ec3d7576690563e344a827f98093d Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 21:33:27 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 2 +- files/templates/userpage.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index cc358704f6..1b0498499c 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -40,7 +40,7 @@ {% endif %} -
  • +
  • diff --git a/files/templates/userpage.html b/files/templates/userpage.html index e4063c4784..d60bdb9540 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -101,9 +101,7 @@ {% include "/dropdowns/SubmissionSorts.html" %}
    {% endif %} -
    - {% include "submission_listing.html" %} -
    + {% include "submission_listing.html" %}