Move python path to top
[flowspy] / templates / add_rate_limit.html
1 <form id="add_rl_form" method="POST">
2         {% csrf_token %}
3 <table>
4 <input type="hidden" id="id_action" name="action" value="rate-limit"/>
5 <tr><th>Value</th><td>{{ form.action_value }}Kbps<span class="error" id='rl_error'>{{ form.action_value.errors|join:", " }}</span></td></tr>
6 <tr class="help"><td></td><td>Value should be >50Kbps</td></tr>
7 </table>
8 </form>