Remove obsolete admin related to sender verification

(Also match admin view method signatures to base classes and remove
unused imports while we're in there.)

Cherry-picked from medmunds/Djrill@ce69fd78
This commit is contained in:
medmunds
2012-11-21 14:46:32 -08:00
parent 442229d08d
commit 052f54113e
7 changed files with 8 additions and 141 deletions

View File

@@ -1,7 +0,0 @@
from django import forms
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
class CreateSenderForm(forms.Form):
email = forms.EmailField()