rug-website/rugwebsite/forms.py

7 lines
119 B
Python
Raw Normal View History

2018-05-04 15:09:27 +02:00
from django import forms
class RequestGDPRDelete(forms.Form):
email = forms.EmailField(widget=forms.EmailInput)