Fix pushover_status checkbox population from current config

This commit is contained in:
Jonne Haß 2019-09-23 10:52:56 +02:00 committed by GitHub
parent b0ea45ae76
commit 05d84e5da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@
<fieldset>
<legend>{{ label_settings_pushover }}</legend>
<!-- enable pushover -->
{{ macro.input_checkbox("pushover_status", "pushover_status", label_pushover_status, log_pushover_status) }}
{{ macro.input_checkbox("pushover_status", "pushover_status", label_pushover_status, pushover_status_checked) }}
<!-- enable pushover log -->
{{ macro.input_checkbox("log_pushover", "log_pushover", label_log_pushover, log_pushover_checked) }}
<!-- pushover key -->
@ -156,4 +156,4 @@
</div>
</div>
{{ macro.input_csrf() }}
</form>
</form>