summaryrefslogtreecommitdiff
path: root/app/Templates/task_new.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-06-20 16:01:53 -0300
committerFrédéric Guillot <fred@kanboard.net>2014-06-20 16:01:53 -0300
commit08621f99e6333c5e218724d173654bf225586d59 (patch)
treeb986cd560c62d4a43f6405ac8017c8c975a0be61 /app/Templates/task_new.php
parent169cbb56f83afedec74b51802d78342541c9128f (diff)
Merge pull-request #106 (datepicker and long column names fix)
Diffstat (limited to 'app/Templates/task_new.php')
-rw-r--r--app/Templates/task_new.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Templates/task_new.php b/app/Templates/task_new.php
index 2938c4ca..392330ae 100644
--- a/app/Templates/task_new.php
+++ b/app/Templates/task_new.php
@@ -21,7 +21,6 @@
</div>
<div class="form-column">
-
<?= Helper\form_hidden('project_id', $values) ?>
<?= Helper\form_label(t('Assignee'), 'owner_id') ?>
@@ -50,4 +49,6 @@
</div>
</form>
</section>
-</section> \ No newline at end of file
+</section>
+
+<?= Helper\js('assets/js/task.js'); ?>