id for description field
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
| {% if 'PUT' in task.allowed_methods %}
|
| {% if 'PUT' in task.allowed_methods %}
|
||||||
.input-transparent-group
|
.input-transparent-group
|
||||||
textarea.input-transparent(
|
textarea#task-description.input-transparent(
|
||||||
name="description",
|
name="description",
|
||||||
type="text",
|
type="text",
|
||||||
placeholder='Description') {{ task.description | hide_none }}
|
placeholder='Description') {{ task.description | hide_none }}
|
||||||
|
Reference in New Issue
Block a user