From be56e50c6cc870506c8428ec49e128cf44372ccc Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Mon, 12 Jun 2017 21:38:18 +0200
Subject: [PATCH] Improve production howto page

---
 scipost/templates/scipost/howto.html | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/scipost/templates/scipost/howto.html b/scipost/templates/scipost/howto.html
index f01dfda26..6826cd39a 100644
--- a/scipost/templates/scipost/howto.html
+++ b/scipost/templates/scipost/howto.html
@@ -2,13 +2,14 @@
 
 {% block pagetitle %}: Howto Guides{% endblock pagetitle %}
 
-{% block bodysup %}
+{% block content %}
 
 {% load scipost_extras %}
 
 
-<section>
-  <h1>SciPost Howto Guides</h1>
+<div class="row">
+    <div class="col-12">
+      <h1 class="highlight">SciPost Howto Guides</h1>
 
   <ul>
     <li>
@@ -18,8 +19,8 @@
       </ul>
     </li>
   </ul>
+    </div>
+</div>
 
-</section>
 
-
-{% endblock bodysup %}
+{% endblock %}
-- 
GitLab