diff --git a/AKSubmission/templates/AKSubmission/ak_detail.html b/AKSubmission/templates/AKSubmission/ak_detail.html index defc5eafe5a38e4027729f921f2196f07a9998c2..ac32ee085b6c3f46b3796400b6535c271eefa2e3 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-top: 50px;margin-bottom: 50px;"></div> + {% endif %} + + <h4 style="margin-top: 30px;">{% trans "Possible Times" %}</h4> <table class="table"> <thead>