Mercurial > hg > MPIWGWeb
view zpt/template/manage_change_weight.zpt @ 236:c90c8333ca8f
fix problem with current_work_p and auto-generated profile.
author | casties |
---|---|
date | Wed, 08 Jan 2014 10:36:16 +0100 |
parents | 1f0db83b61c5 |
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>