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