Skip to content

Commit

Permalink
Remove leftover check form
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Mar 23, 2017
1 parent 3aeb661 commit d2f1358
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sites/forms.py
Expand Up @@ -13,7 +13,3 @@ class AddForm(forms.Form):
sourcelink = forms.URLField(label="Site source", max_length=512, required=False)
languages = forms.MultipleChoiceField(label="Languages", required=False, choices=make_choices)
tos = forms.BooleanField(label="Accept TOS")


class CheckForm(forms.Form):
url = forms.URLField(label="URL to check", max_length=256)

0 comments on commit d2f1358

Please sign in to comment.