summaryrefslogtreecommitdiff
path: root/app/Templates/task_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/task_edit.php')
-rw-r--r--app/Templates/task_edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Templates/task_edit.php b/app/Templates/task_edit.php
index d698c21d..c03c7d9a 100644
--- a/app/Templates/task_edit.php
+++ b/app/Templates/task_edit.php
@@ -8,6 +8,8 @@
<section>
<form method="post" action="?controller=task&amp;action=update&amp;task_id=<?= $task['id'] ?>" autocomplete="off">
+ <?= Helper\form_csrf() ?>
+
<div class="form-column">
<?= Helper\form_label(t('Title'), 'title') ?>