From 858cb5ce8d79bd19e03d3d48ab5156a1e63823bf Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Sun, 5 Feb 2017 13:28:58 +0100 Subject: [PATCH] add http refresh to 3 sec --- billard/templates/billard/base.html | 3 ++- billard/templates/billard/index.html | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/billard/templates/billard/base.html b/billard/templates/billard/base.html index ff03fa4..8ea86f5 100644 --- a/billard/templates/billard/base.html +++ b/billard/templates/billard/base.html @@ -8,7 +8,8 @@ {% block title %}TITLE SETZEN{% endblock %} - +{% block header %} +{% endblock %} diff --git a/billard/templates/billard/index.html b/billard/templates/billard/index.html index 3b00803..c2c613d 100644 --- a/billard/templates/billard/index.html +++ b/billard/templates/billard/index.html @@ -1,5 +1,9 @@ {% extends 'billard/base.html' %} +{% block header %} + +{% endblock %} + {% block title %}Location Data{% endblock %} {% block content %}