Commit d88db48e by benjaoming

Merge pull request #315 from norkans7/small_fix

fix css class name
parents 37548351 81a3273a
......@@ -186,7 +186,7 @@ class SelectWidgetBootstrap(forms.Select):
""" <button class="btn btn-default dropdown-toggle%(disabled)s" type="button" data-toggle="dropdown">"""
""" <span class="caret"></span>"""
""" </button>"""
""" <ul class="dropdown-men">"""
""" <ul class="dropdown-menu">"""
""" %(options)s"""
""" </ul>"""
""" <input type="hidden" name="%(name)s" value="" class="btn-group-value" />"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment