forked from DGNum/gestiojeux
474083dd38
Functional loans system for users. No manager interface yet. See: - app "loans" - a few new views/templates in app "inventory"
5 lines
146 B
Python
5 lines
146 B
Python
from loans.forms import BorrowForm
|
|
|
|
class BorrowGameForm(BorrowForm):
|
|
error_css_class = "errorfield"
|
|
required_css_class = "requiredfield"
|