Return to original page after creating the post.
[Sone.git] / src / main / resources / templates / include / updateStatus.html
1 <div id="update-status">
2         <form action="createPost.html" method="post">
3                 <input type="hidden" name="formPassword" value="<% formPassword|html>" />
4                 <input type="hidden" name="returnPage" value="<% request.uri|html>" />
5                 <label for="text"><%= Page.Index.Label.Text|l10n|html></label>
6                 <input class="status-input" name="text" />
7                 <button type="submit"><%= Page.Index.Button.Post|l10n|html></button>
8         </form>
9 </div>