view zpt/folder/manage_change_weight.zpt @ 160:05f02b7aaa2f

fixed typo
author casties
date Thu, 06 Jun 2013 16:57:31 +0200
parents ee79f6ba8d01
children
line wrap: on
line source

<html>
<h2>Change Weight</h2>
<form action="changeWeight" method="pro">
<input tal:attributes="value here/weight|string:0" name="weight"><br>
<input type="submit">
</form>
</html>