view zpt/MPIWGTemplateChangeWeight.zpt @ 42:c00410ae0444

fixed bug in project update.
author casties
date Fri, 26 Apr 2013 21:44:21 +0200
parents bca61e893fcc
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>