Skip to content
Snippets Groups Projects
Commit 96c12839 authored by mehtank's avatar mehtank
Browse files

onChange remake

parent cb491eef
No related merge requests found
......@@ -17,7 +17,7 @@
<form id="paramform">
{% for field in form %}
<label>{{field.label}}</label> {{field}} <br>
{{field.label}} {{field(**{"onchange":"remake()"})}} <br>
{% endfor %}
<br><br>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment