Add name="notify"

This commit is contained in:
james1293 2019-04-08 14:29:46 -04:00 committed by GitHub
parent cdacc5fed5
commit 84e133c3e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" aria-describedby="inputNotifyHelp" checked="checked" id="id_notify">
<input name="notify" class="form-check-input" type="checkbox" aria-describedby="inputNotifyHelp" checked="checked" id="id_notify">
<label class="form-check-label" for="id_notify">
Notify
</label>