view zpt/folder/manage_change_weight.zpt @ 238:5f5d7f07c1bd

added "show only upcoming" option for talks from calendar.
author casties
date Fri, 24 Jan 2014 16:19:35 +0100
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>