aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-30 15:02:56 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-30 15:02:56 +0200
commitedb02c8fefdb292c96d7b37ad4e2c311e9d43b44 (patch)
tree2b9d28dc68a87a0603c93e24f927e00ea20169ea /app/views
parent46ae0a3f5ada751c9442eca275e15450fad85509 (diff)
Move creation of categories in a new Controller
Category names are 255 chars max
Diffstat (limited to 'app/views')
-rw-r--r--app/views/configure/categorize.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml
index 7091ff1cf..e7435e1c7 100644
--- a/app/views/configure/categorize.phtml
+++ b/app/views/configure/categorize.phtml
@@ -7,7 +7,7 @@
<div class="box-title"><label for="new-category"><?php echo _t('add_category'); ?></label></div>
<div class="box-content">
- <form action="" methos="post">
+ <form action="<?php echo _url('category', 'create'); ?>" method="post">
<input type="text" id="new-category" name="new-category" placeholder="<?php echo _t('new_category'); ?>" />
<input type="submit" value="<?php echo _t('submit'); ?>" />
</form>