Rename "completed" to "compl", trying to fix binding problem again

seems to have worked.
This commit is contained in:
2020-07-13 21:25:13 -04:00
parent 620af9657d
commit c7c42af198
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
<hr/>
<div class="row">
<div class="col">
@Html.EditorFor(m => m.completed)
@Html.EditorFor(m => m.compl)
</div>
</div>
</div>