mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Rename template_task_form_row.html
This commit is contained in:
parent
ef88a2ee8a
commit
ff61f85d59
@ -38,10 +38,10 @@
|
||||
<tbody id="tasks">
|
||||
{% if checklist_template %}
|
||||
{% for value in checklist_template.task_list %}
|
||||
{% include 'helpdesk/include/task_form_row.html' %}
|
||||
{% include 'helpdesk/include/template_task_form_row.html' %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
{% include 'helpdesk/include/task_form_row.html' %}
|
||||
{% include 'helpdesk/include/template_task_form_row.html' %}
|
||||
{% endif %}
|
||||
</tbody>
|
||||
</table>
|
||||
@ -107,7 +107,7 @@
|
||||
|
||||
$(() => {
|
||||
$('#addTask').on('click', () => {
|
||||
$('#tasks').append(`{% include 'helpdesk/include/task_form_row.html' %}`)
|
||||
$('#tasks').append(`{% include 'helpdesk/include/template_task_form_row.html' %}`)
|
||||
})
|
||||
|
||||
$('#tasks').sortable({
|
||||
|
Loading…
Reference in New Issue
Block a user