view zpt/feature/manage_change_weight.zpt @ 271:690d5dea34bd

Merge with d672a6f6c9029a93614d45aa5c0f5e4b977f7a87
author casties
date Tue, 30 Sep 2014 13:59:13 +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>