No created_date in edit form
This commit is contained in:
parent
321c521fc3
commit
d8b2600775
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@
|
|||
value="{% if form.priority.value %}{{ form.priority.value }}{% else %}999{% endif %}" id="id_priority">
|
||||
<input type="hidden" name="created_by" value="{{ request.user.id }}" id="id_created_by">
|
||||
<input type="hidden" name="task_list" value="{{ form.task_list.value }}" id="id_task_list">
|
||||
<input type="hidden" name="created_date" value="{{ created_date }}" id="id_created_date">
|
||||
|
||||
<p>
|
||||
<input type="submit" name="add_edit_task" value="Submit" class="btn btn-primary">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue