Add javascript version of “like” button.
[Sone.git] / src / main / resources / templates / createPost.html
index 92d2acb..ca9171b 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone">
+<%include include/head.html>
 
        <h1><%= Page.CreatePost.Page.Title|l10n|html></h1>
 
@@ -8,6 +8,7 @@
 
        <form method="post">
                <input type="hidden" name="formPassword" value="<% formPassword|html>" />
+               <input type="hidden" name="returnPage" value="<% returnPage|html>" />
 
                <div>
                        <label for="text"><%= Page.CreatePost.Label.Text|l10n|html></label>
@@ -20,4 +21,4 @@
 
        </form>
 
-</div>
+<%include include/tail.html>