Oh, and this option was off of its place.
This commit is contained in:
parent
05a2686c3a
commit
770273bd57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user