I get:
Unexpected token 'tag' expected 'text', 'code', ':', 'newline' or 'eos'
because of this code:
label(for="polaziste")Polaziste
in
#main
form(action="/raspored" method=post)
label(for="polaziste")Polaziste
input(type="list" id="polaziste")
datalist#polaziste
for pol,i in popis
option(value = pol)
Why? :)
Try this:
label(for="polaziste") Polaziste
Notice space before Polaziste.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With