mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user