diff --git a/files/assets/js/banned_domains.js b/files/assets/js/admin/banned_domains.js similarity index 100% rename from files/assets/js/banned_domains.js rename to files/assets/js/admin/banned_domains.js diff --git a/files/assets/js/pinpost.js b/files/assets/js/admin/pinpost.js similarity index 100% rename from files/assets/js/pinpost.js rename to files/assets/js/admin/pinpost.js diff --git a/files/templates/admin/banned_domains.html b/files/templates/admin/banned_domains.html index 1e72537a6..294eaed6a 100644 --- a/files/templates/admin/banned_domains.html +++ b/files/templates/admin/banned_domains.html @@ -3,7 +3,7 @@ {% block content %} - +
diff --git a/files/templates/submission.html b/files/templates/submission.html index fe40103a7..33bf6192f 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -353,7 +353,7 @@ {% endif %} {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} - + {% endif %} {% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 18a5bf25b..f03de852f 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -5,7 +5,7 @@ {% endif %} {% if v and v.admin_level > 1 %} - + {% endif %} {% include "popover.html" %}