view zpt/template/manage_change_weight.zpt @ 264:0cfe34c454ff new_pro_struct

setter for project type. change default visible project type.
author casties
date Mon, 18 Aug 2014 14:47:28 +0200
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>