gestiojeux/loans/forms.py
Sylvain Gay 474083dd38 Add minimal loans system
Functional loans system for users.
No manager interface yet.

See:
- app "loans"
- a few new views/templates in app "inventory"
2024-05-02 11:13:34 +02:00

4 lines
98 B
Python

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