Fix form tag typo in page template.

This commit is contained in:
Sam Sulaimanov
2013-05-17 18:23:50 +02:00
parent 520f60cd65
commit 9221f5528d
+1 -1
View File
@@ -77,4 +77,4 @@ Mousetrap.bind(['e'], function( e ) {
<form name="rename" method="POST" action="{{base_url}}/rename/{{escaped_url_path}}">
<input type="hidden" name="rename"/>
<input type="hidden" name="message"/>
</from>
</form>