add http refresh to 3 sec

This commit is contained in:
Robert Einsle 2017-02-05 13:28:58 +01:00
parent 802810fe0d
commit 858cb5ce8d
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,8 @@
<title>{% block title %}TITLE SETZEN{% endblock %}</title> <title>{% block title %}TITLE SETZEN{% endblock %}</title>
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content=""> <meta name="author" content="">
{% block header %}
{% endblock %}
<!-- Bootstrap --> <!-- Bootstrap -->
<link href="{% static 'billard/css/bootstrap.min.css' %}" rel="stylesheet" type="text/css"> <link href="{% static 'billard/css/bootstrap.min.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'billard/css/billard.css' %}" rel="stylesheet" type="text/css"> <link href="{% static 'billard/css/billard.css' %}" rel="stylesheet" type="text/css">

View File

@ -1,5 +1,9 @@
{% extends 'billard/base.html' %} {% extends 'billard/base.html' %}
{% block header %}
<meta http-equiv="refresh" content="3" />
{% endblock %}
{% block title %}Location Data{% endblock %} {% block title %}Location Data{% endblock %}
{% block content %} {% block content %}