From c846072ae265856adf10b4af847bf8700ea0ee9a Mon Sep 17 00:00:00 2001
From: Dominik Weitz <mollux@mollux.de>
Date: Thu, 13 May 2021 11:40:03 +0000
Subject: [PATCH] Move calendar below the time slot table

---
 AKSubmission/templates/AKSubmission/ak_detail.html | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/AKSubmission/templates/AKSubmission/ak_detail.html b/AKSubmission/templates/AKSubmission/ak_detail.html
index defc5eaf..13f433db 100644
--- a/AKSubmission/templates/AKSubmission/ak_detail.html
+++ b/AKSubmission/templates/AKSubmission/ak_detail.html
@@ -166,11 +166,6 @@
     <p style="margin-top: 30px;margin-bottom: 30px;">{{ ak.description|linebreaks }}</p>
 
 
-    {% if 'AKPlan'|check_app_installed %}
-        <div id='akSlotCalendar' style="margin-bottom: 50px;"></div>
-    {% endif %}
-
-
     <table class="table">
         <thead>
         <tr>
@@ -237,6 +232,12 @@
         </div>
     {% endif %}
 
+
+    {% if 'AKPlan'|check_app_installed %}
+        <div id='akSlotCalendar' style="margin-bottom: 50px;"></div>
+    {% endif %}
+
+
     <h4 style="margin-top: 30px;">{% trans "Possible Times" %}</h4>
     <table class="table">
         <thead>
-- 
GitLab