bornhack-website/src/utils/forms.py
2021-07-19 15:06:10 +02:00

6 lines
130 B
Python

from django import forms
class ConfirmationForm(forms.Form):
"""No fields here, this is just a generic confirmation form"""