forked from enviPath/enviPy
Current Dev State
This commit is contained in:
5
epdb/forms.py
Normal file
5
epdb/forms.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django import forms
|
||||
|
||||
|
||||
class EmailLoginForm(forms.Form):
|
||||
email = forms.EmailField()
|
||||
Reference in New Issue
Block a user