From 908464627ef1911a59e2e667da2577de19a4539c Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Sat, 10 Feb 2018 14:15:57 +0100 Subject: [PATCH] fix page refresh --- .../templates/billard/location_detail.html | 39 +++++++++++-------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/billard/templates/billard/location_detail.html b/billard/templates/billard/location_detail.html index a655886..cea3c50 100644 --- a/billard/templates/billard/location_detail.html +++ b/billard/templates/billard/location_detail.html @@ -3,13 +3,13 @@ {% block title %}Standort{% endblock %} {% block breadcrumb %} - - + + {% endblock %} {% block content %}
-{% include 'billard/location_detail_ajax.html' %} + {% include 'billard/location_detail_ajax.html' %}
@@ -17,20 +17,25 @@ {% block js %} + {% endblock %} \ No newline at end of file