Add the auto-refresh to the index page
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% import '_macros.html' as macros %}
|
||||
{% block content %}
|
||||
{% if refreshrate != 0 %}
|
||||
<meta http-equiv="refresh" content="{{refreshrate}}">
|
||||
{% endif %}
|
||||
<div class="ui vertical grid">
|
||||
<div class="four column row">
|
||||
<div class="column">
|
||||
|
||||
Reference in New Issue
Block a user