diff --git a/hc/front/forms.py b/hc/front/forms.py index f569c874..fd9f0a32 100644 --- a/hc/front/forms.py +++ b/hc/front/forms.py @@ -259,8 +259,3 @@ class AddZulipForm(forms.Form): def get_value(self): return json.dumps(dict(self.cleaned_data), sort_keys=True) - - -class AddLineNotifyForm(forms.Form): - error_css_class = "has-error" - token = forms.CharField(max_length=50)