Re-enable name="notify" to task editor to enable notifications (#67)

This commit is contained in:
james1293 2019-04-11 03:05:44 -04:00 committed by Scot Hacker
parent 602cf247e2
commit 8a20998f8c

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>