view zpt/folder/manage_change_weight.zpt @ 226:4f2ed4dc50e6

clean up use of member-key.
author casties
date Tue, 29 Oct 2013 17:56:18 +0100
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>