Revision 138e4e37 templates/apply.html
b/templates/apply.html | ||
---|---|---|
91 | 91 |
} |
92 | 92 |
}); |
93 | 93 |
|
94 |
|
|
94 |
{% comment %} |
|
95 | 95 |
$("#new_then_actions").button({ |
96 | 96 |
icons: { |
97 | 97 |
primary: "ui-icon-plusthick" |
... | ... | |
109 | 109 |
return false; |
110 | 110 |
}); |
111 | 111 |
|
112 |
|
|
112 |
{% endcomment %} |
|
113 | 113 |
$(".new_port").button({ |
114 | 114 |
icons: { |
115 | 115 |
primary: "ui-icon-plusthick" |
... | ... | |
303 | 303 |
{{ form.then.label_tag }} |
304 | 304 |
</th> |
305 | 305 |
<td> |
306 |
{{ form.then }} |
|
306 |
{{ form.then }}{% comment %}
|
|
307 | 307 |
<button id="new_then_actions"> |
308 | 308 |
Rate-limit |
309 |
</button> |
|
309 |
</button>{% endcomment %}
|
|
310 | 310 |
<span class="error">{{ form.then.errors|join:", " }}</span> |
311 | 311 |
</td> |
312 | 312 |
</tr> |
Also available in: Unified diff