From a794b96bdfac0ca93d0c453bcabdfc8f1c459ff6 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 21 Jun 2018 13:56:28 +0200 Subject: [PATCH] error correction --- rowers/templates/summary_edit.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rowers/templates/summary_edit.html b/rowers/templates/summary_edit.html index 3a399ebe..a5b44e92 100644 --- a/rowers/templates/summary_edit.html +++ b/rowers/templates/summary_edit.html @@ -164,11 +164,9 @@ {% csrf_token %} - {% localize off %} {% for key,value in formvalues.items %} - + {% endfor %} - {% endlocalize %} {% for field in detailform %} {{ field.as_hidden }} {% endfor %}