diff --git a/web/templates/mindflow_admin.pug b/web/templates/mindflow_admin.pug index 7bcfd7e..2704d5d 100755 --- a/web/templates/mindflow_admin.pug +++ b/web/templates/mindflow_admin.pug @@ -25,9 +25,10 @@ block content each category in categories option(value=category.ID) #{category.Name} option(value='0') -- New category -- - input(type='text', placeholder='New category name' name='new-category') - button(type="edit") Edit - button(type="delete") Delete + input(type='text', placeholder='Category name' name='name') + button(type="submit" name="add") Add + button(type="submit" name="edit") Edit + button(type="submit" name="delete") Delete section h2 Create a new post