Tweak messages

This commit is contained in:
Leigh Morresi
2021-01-29 17:52:49 +01:00
parent 7ee36fad8a
commit a899c8e12c
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ def api_update():
#@todo switch to prop/attr/observer #@todo switch to prop/attr/observer
datastore.sync_to_json() datastore.sync_to_json()
messages.append({'class': 'ok', 'message': 'Updated.'}) messages.append({'class': 'ok', 'message': 'Updated watch.'})
return redirect(url_for('main_page')) return redirect(url_for('main_page'))

View File

@@ -18,7 +18,7 @@
</div> </div>
<div class="pure-controls"> <div class="pure-controls">
<button type="submit" class="pure-button pure-button-primary">Submit</button> <button type="submit" class="pure-button pure-button-primary">Save</button>
</div> </div>
<div class="pure-controls"> <div class="pure-controls">