view zpt/feature/manage_change_weight.zpt @ 224:5d17c46ebffa

fixed links for thesaurus and projects.
author casties
date Tue, 29 Oct 2013 16:51:34 +0100
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>