1
0

Oh, and this option was off of its place.

This commit is contained in:
Alexander Andreev 2023-05-23 00:09:14 +04:00
parent 05a2686c3a
commit 770273bd57
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -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