adding refresh to dashboard

This commit is contained in:
Phillip Tarrant 2020-08-27 18:35:08 -04:00
parent d2d403e144
commit 119a606b93
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{% block meta %}{% end %}
<title>{% block title %}{{ _('Default') }}{% end %}</title>
<!-- plugins:css -->

View File

@ -1,5 +1,9 @@
{% extends ../base.html %}
{% block meta %}
<meta http-equiv="refresh" content="60">
{% end %}
{% block title %}Crafty Controller - Dashboard{% end %}
{% block content %}