Switched from sqlite to mysql database. Moved feeding frequency to the settings table. Got the alert checkboxes working correctly. Started to add update feed method and button to site.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Hydro</title>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript" src="/static/scripts.js"></script>
|
||||
<div>Hydro: <a href="index.html">home</a></div>
|
||||
<br>
|
||||
{% with messages = get_flashed_messages() %}
|
||||
|
||||
Reference in New Issue
Block a user