Skip to content

Commit

Permalink
Yay, easy
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Aug 27, 2013
1 parent 464c095 commit 94681e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tw2/forms/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class URLField(TextField):
Will fallback to a normal text input field on browser not supporting HTML5.
'''
type = 'url'
validator = twc.URLValidator
validator = twc.UrlValidator


class NumberField(HTML5NumberMixin, TextField):
Expand Down

0 comments on commit 94681e4

Please sign in to comment.