Parse date for display
This commit is contained in:
@@ -130,6 +130,14 @@
|
||||
| {% else %}
|
||||
span.hint Not assigned yet
|
||||
| {% endfor %}
|
||||
.table-row
|
||||
.table-cell Due Date
|
||||
.table-cell
|
||||
| {% if task.properties.due_date %}
|
||||
| {{ task.properties.due_date }}
|
||||
| {% else %}
|
||||
span.hint No date set
|
||||
| {% endif %}
|
||||
|
||||
| {% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user