From 4a0e1a491ef6a0497ecc874da21c52129e069977 Mon Sep 17 00:00:00 2001 From: Naomi Date: Thu, 20 Sep 2018 12:59:47 +0100 Subject: [PATCH] Form now jumps to first error (if any) when it reloads even if on a different tab. --- apps/map/templates/map/form.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/map/templates/map/form.html b/apps/map/templates/map/form.html index 7b48373..9710660 100644 --- a/apps/map/templates/map/form.html +++ b/apps/map/templates/map/form.html @@ -568,5 +568,13 @@ function initDrafts() { initDrafts() + {% endblock %}