Skip to content

Commit

Permalink
Fix 1.11 flatatt import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Dillmann committed Aug 2, 2017
1 parent b5868e5 commit 4b356d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adhocracy4/filters/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import django_filters
from django.db.models.fields import BLANK_CHOICE_DASH
from django.forms import TextInput
from django.forms.widgets import flatatt
from django.forms.utils import flatatt
from django.template.loader import render_to_string
from django.utils.translation import ugettext as _

Expand Down

0 comments on commit 4b356d1

Please sign in to comment.