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) %}