fix refresh

main
Razmig Sarkissian 2 years ago
parent 169068362a
commit 376fd06fd3
  1. 3
      scores/templates/scores/ranks.html
  2. 3
      scores/templates/scores/teams.html

@ -13,6 +13,9 @@
<link rel="stylesheet" href="{% static 'scores/style.css' %}">
<title>Padel</title>
{% if not tv %}
<meta http-equiv="refresh" content="15"/>
{% endif %}
</head>
{% if tv %}
<div class="wrapper" style="zoom:125%">

@ -13,6 +13,9 @@
<link rel="stylesheet" href="{% static 'scores/style.css' %}">
<title>Padel</title>
{% if not tv %}
<meta http-equiv="refresh" content="15"/>
{% endif %}
</head>
{% if tv %}
<div class="wrapper" style="zoom:125%">

Loading…
Cancel
Save