Private
Public Access
1
0

localization off in summary_edit

This commit is contained in:
Sander Roosendaal
2018-06-21 13:47:58 +02:00
parent 67b9879f7f
commit adbb91dddd

View File

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