forked from expo/troggle
add 'lastvisit' field to entrances, for the date
This commit is contained in:
@@ -76,6 +76,7 @@ class EntranceForm(ModelForm):
|
||||
attrs={"height":"80%", "rows":20, 'placeholder': "Enter page content (using HTML)"}))
|
||||
location_description = forms.CharField(required = False, widget=HTMLarea(
|
||||
attrs={"height":"80%", "rows":20, 'placeholder': "Enter page content (using HTML)"}))
|
||||
lastvisit = forms.CharField(required=False, widget=forms.TextInput(attrs={'size': '10'}), label="Date of last visit")
|
||||
approach = forms.CharField(required = False, widget=HTMLarea(
|
||||
attrs={"height":"80%", "rows":20, 'placeholder': "Enter page content (using HTML)"}))
|
||||
underground_description = forms.CharField(required = False, widget=HTMLarea(
|
||||
|
||||
Reference in New Issue
Block a user