Skip to content

Commit

Permalink
Merge pull request jazzband#1 from tomturner/master
Browse files Browse the repository at this point in the history
Fixed jazzband#184 Django 1.11 LTS
  • Loading branch information
Raphael Gaschignard committed Jul 4, 2017
2 parents 0eacaa6 + 55884ec commit 1e0c79d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion floppyforms/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def is_hidden(self):
def format_value(self, value):
return self._format_value(value)


class Input(Widget):
template_name = 'floppyforms/input.html'
input_type = None
Expand Down

0 comments on commit 1e0c79d

Please sign in to comment.