summaryrefslogtreecommitdiff
path: root/app/Templates/category_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/category_edit.php')
-rw-r--r--app/Templates/category_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/category_edit.php b/app/Templates/category_edit.php
index 99ba0c7c..1339f6da 100644
--- a/app/Templates/category_edit.php
+++ b/app/Templates/category_edit.php
@@ -8,7 +8,7 @@
<section>
<form method="post" action="?controller=category&amp;action=update&amp;project_id=<?= $project['id'] ?>" autocomplete="off">
-
+ <?= Helper\form_csrf() ?>
<?= Helper\form_hidden('id', $values) ?>
<?= Helper\form_hidden('project_id', $values) ?>