from django import forms class BorrowForm(forms.Form): mail = forms.EmailField(label="Mail")