view zpt/template/manage_change_weight.zpt @ 284:1a103b073c72 default tip

make favicon url host and schema relative.
author casties
date Thu, 25 Jun 2015 17:44:57 +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>