Private
Public Access
1
0

improved form processing in summary edit

This commit is contained in:
Sander Roosendaal
2018-06-14 11:38:00 +02:00
parent a14517154c
commit b1a8e84bd5
5 changed files with 108 additions and 10 deletions

View File

@@ -164,6 +164,9 @@
{% csrf_token %}
<input type="hidden" name="{{ savebutton }}" value="{{ intervalstring }}">
<input type="hidden" name="nrintervals" value={{ nrintervals }}>
{% for key,value in formvalues.items %}
<input type="hidden" name="{{ key }}" value="{{ value }}">
{% endfor %}
{% for field in detailform %}
{{ field.as_hidden }}
{% endfor %}