We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a812b00 commit 853d499Copy full SHA for 853d499
bootstrap3/components.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
from __future__ import unicode_literals
3
4
-from django.forms.widgets import flatatt
+from django.forms.utils import flatatt
5
from django.utils.safestring import mark_safe
6
from bootstrap3.utils import render_tag, add_css_class
7
bootstrap3/utils.py
@@ -13,7 +13,7 @@
13
except ImportError:
14
from urllib.parse import urlparse, parse_qs, urlunparse
15
16
17
from django.template import Variable, VariableDoesNotExist
18
from django.template.base import FilterExpression, kwarg_re, TemplateSyntaxError
19
from django.template.loader import get_template
0 commit comments