From 0a23715ef8f233c1a782eaeb938b33ff8f4f8373 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Wed, 31 Aug 2022 23:51:22 -0700 Subject: [PATCH] update tpls --- suchwow/templates/mod/bans.html | 6 ------ suchwow/templates/mod/logs.html | 8 +------- suchwow/templates/mod/manage.html | 6 ------ suchwow/templates/mod/posts.html | 8 +------- 4 files changed, 2 insertions(+), 26 deletions(-) diff --git a/suchwow/templates/mod/bans.html b/suchwow/templates/mod/bans.html index ed55ff0..bdf4780 100644 --- a/suchwow/templates/mod/bans.html +++ b/suchwow/templates/mod/bans.html @@ -4,12 +4,6 @@

Manage Mods

-
{% for ban in bans %}
diff --git a/suchwow/templates/mod/logs.html b/suchwow/templates/mod/logs.html index 01d1e0c..0a3dfeb 100644 --- a/suchwow/templates/mod/logs.html +++ b/suchwow/templates/mod/logs.html @@ -3,13 +3,7 @@ {% block content %}
-

Manage Mods

- +

View Logs

{% for log in logs %}
diff --git a/suchwow/templates/mod/manage.html b/suchwow/templates/mod/manage.html index 1f66410..6590105 100644 --- a/suchwow/templates/mod/manage.html +++ b/suchwow/templates/mod/manage.html @@ -4,12 +4,6 @@

Manage Mods

-
{% for mod in mods %}
diff --git a/suchwow/templates/mod/posts.html b/suchwow/templates/mod/posts.html index 7005f71..09a13f4 100644 --- a/suchwow/templates/mod/posts.html +++ b/suchwow/templates/mod/posts.html @@ -4,13 +4,7 @@
-

{% if title %}{{ title }}{% else %}Pending Posts{% endif %}

- +

Pending Posts

{% if posts %} {% for row in posts | batch(4) %}