more new fixes

This commit is contained in:
Scott O'Hara 2013-07-14 13:04:03 -04:00
parent b2a8666908
commit 8c7c636113

View file

@ -8,16 +8,16 @@
h1.txt-Center Create new HTML page
.row
.span12.text-center
<br />
.txt-Center
form method="POST" action="/site_files/create_page" enctype="multipart/form-data"
input name="csrf_token" type="hidden" value="#{csrf_token}"
h4 What's the name of your page?
h4: input type="text" name="pagefilename" autocapitalize="off" autocorrect="off".html
p.eps What's the name of your page?
p.eps: input type="text" name="pagefilename" autocapitalize="off" autocorrect="off".html
p: input.btn-Action type="submit" value="Create Page"
.row
.span6.offset3
h5 Note: We will automatically scrub any characters not matching: a-z A-Z 0-9 _ - .
h5 Page must not already exist.
h5 If you want to make this the index page (and an index page doesn't exist), name it <strong>index.html</strong>.
p.eps Note: We will automatically scrub any characters not matching: a-z A-Z 0-9 _ - .
p.zeta Page must not already exist.
p.zeta If you want to make this the index page (and an index page doesn't exist), name it <strong>index.html</strong>.