bornhack-website/src/utils/forms.py

6 lines
130 B
Python

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