From adbb91dddd2013a4e3e6688867a71d6b0867c09b Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 21 Jun 2018 13:47:58 +0200 Subject: [PATCH] localization off in summary_edit --- rowers/templates/summary_edit.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rowers/templates/summary_edit.html b/rowers/templates/summary_edit.html index 3419f077..3a399ebe 100644 --- a/rowers/templates/summary_edit.html +++ b/rowers/templates/summary_edit.html @@ -164,9 +164,11 @@ {% csrf_token %} + {% localize off %} {% for key,value in formvalues.items %} {% endfor %} + {% endlocalize %} {% for field in detailform %} {{ field.as_hidden }} {% endfor %}