X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=newdate.sh;h=83e27b64cb8c21cd0022db779463d2fb4363d2ba;hb=HEAD;hp=540f03fe980c49de420d1120cbbc861fb2750bb9;hpb=1541355ff960e196ad595e04c1b44d7a40f52358;p=webpoll diff --git a/newdate.sh b/newdate.sh index 540f03f..83e27b6 100755 --- a/newdate.sh +++ b/newdate.sh @@ -156,8 +156,8 @@ else yield_page "$(pagename "$id")" "newdate" <<-EOF $(dlist_timeofday) - [form method=post - [input name=title value="$(DBM "$file" get title |HTML)" placeholder="Title"] + [main [form method=post + [input name=title value="$(DBM "$file" get title |HTML)" placeholder="Title" autocomplete=off] [textarea name=description placeholder="Description" . $(DBM "$file" get description |HTML)] $(if [ "$bookmarks" ]; then printf '[section .bookmark This admin page is accessible via the link [a href="%s" . %s]. You must copy this link and keep it safe, so you can modify this poll later! The poll has also been bookmarked and will be listed on the front page.]' \ @@ -182,6 +182,6 @@ else else printf '[submit "delete" "delete" Cancel] [submit "post" "post" Post Event]' fi) - ] + ]] EOF fi