added bootstrap theme
This commit is contained in:
4
isotables/isotopapp/forms.py
Normal file
4
isotables/isotopapp/forms.py
Normal file
@ -0,0 +1,4 @@
|
||||
from django import forms
|
||||
|
||||
class RenewBookForm(forms.Form):
|
||||
renewal_date = forms.DateField(help_text="Enter a date between now and 4 weeks (default 3).")
|
Reference in New Issue
Block a user