Skip to content

Commit

Permalink
Re-enable name="notify" to task editor to enable notifications (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
james1293 authored and shacker committed Apr 11, 2019
1 parent 602cf24 commit 8a20998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo/templates/todo/include/task_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8a20998

Please sign in to comment.