From 3f7ea05878c9fa9ac9ff13211e48773ab6cf64eb Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Thu, 21 Dec 2017 11:58:41 +0100 Subject: [PATCH 1/1] minor fix for django 1.9 --- src/contact/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contact/widgets.py b/src/contact/widgets.py index 785e019fd..62a4976d5 100644 --- a/src/contact/widgets.py +++ b/src/contact/widgets.py @@ -3,7 +3,7 @@ # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # from django import forms -from django.forms.util import flatatt +from django.forms.utils import flatatt from django.utils.html import format_html -- 2.20.1