From 770273bd57a27156a9ef2ec301eb532cd2226d3c Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 23 May 2023 00:09:14 +0400 Subject: [PATCH] Oh, and this option was off of its place. --- web/templates/mindflow_admin.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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