Skip to content

Commit

Permalink
fix "cannot import name 'flatatt'" on 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
si14 committed Apr 26, 2017
1 parent 357d4ae commit 12d9839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent_contents/forms/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.forms.widgets import Widget
from django.template.loader import render_to_string
from django.utils.safestring import mark_safe
from django.forms.widgets import flatatt
from django.forms.utils import flatatt
from django.utils.html import escape
from fluent_contents.models import get_parent_language_code
from fluent_contents.models.managers import get_parent_active_language_choices
Expand Down

0 comments on commit 12d9839

Please sign in to comment.