add http refresh to 3 sec
This commit is contained in:
parent
802810fe0d
commit
858cb5ce8d
@ -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">
|
||||||
|
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user