view zpt/feature/manage_change_weight.zpt @ 145:195c4f6faa0c

more style
author casties
date Fri, 31 May 2013 20:59:30 +0200
parents 54f135c1ed65
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>