summaryrefslogtreecommitdiff
path: root/app/Templates/subtask_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/subtask_edit.php')
-rw-r--r--app/Templates/subtask_edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Templates/subtask_edit.php b/app/Templates/subtask_edit.php
index 3080cdad..fc65d3b3 100644
--- a/app/Templates/subtask_edit.php
+++ b/app/Templates/subtask_edit.php
@@ -4,6 +4,8 @@
<form method="post" action="?controller=subtask&amp;action=update&amp;task_id=<?= $task['id'] ?>&amp;subtask_id=<?= $subtask['id'] ?>" autocomplete="off">
+ <?= Helper\form_csrf() ?>
+
<?= Helper\form_hidden('id', $values) ?>
<?= Helper\form_hidden('task_id', $values) ?>