diff --git a/web/templates/mindflow_admin.pug b/web/templates/mindflow_admin.pug index 7cd5bbf..132467a 100755 --- a/web/templates/mindflow_admin.pug +++ b/web/templates/mindflow_admin.pug @@ -24,7 +24,7 @@ block content select(name='category' required='') each category in categories option(value=category.ID) #{category.Name} - option(value='0') -- New category -- + option(value='0') -- New category -- input(type='text', placeholder='Category name' name='name') button(type="submit" name="add") Add button(type="submit" name="edit") Edit