From 3ef6ffb70685dd38ab95fd0ec41f2adceb11ca8b Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 2 Jun 2018 18:58:00 +0100 Subject: [Wiki] Fix a CSS dumb --- templates/wiki/base.html | 2 +- templates/wiki/page_view.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/wiki/base.html b/templates/wiki/base.html index ee4e7d10..b34af7ad 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -191,7 +191,7 @@
-
+
{% block content %}{% endblock %}
diff --git a/templates/wiki/page_view.html b/templates/wiki/page_view.html index 9c49a09e..5ce22784 100644 --- a/templates/wiki/page_view.html +++ b/templates/wiki/page_view.html @@ -3,7 +3,7 @@ {% block og_title %}Wiki | {{ data["title"] }}{% endblock %} {% block og_description %}{% endblock %} {% block content %} -
+

{{ data["title"] }}

-- cgit v1.2.3