view zpt/folder/manage_change_weight.zpt @ 266:bd41c278b88a new_pro_struct

add web calendar link.
author casties
date Wed, 27 Aug 2014 14:28:27 +0200
parents ee79f6ba8d01
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>