Skip to content

Commit cceda93

Browse files
Merge pull request #278 from Representable/form_size
Entry form edits; smaller form size
2 parents d53fdd9 + e9bd878 commit cceda93

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

main/forms.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ class Meta:
8282
"entry_name": forms.TextInput(
8383
attrs={"placeholder": "Community Name"}
8484
),
85-
"entry_reason": forms.Textarea(attrs={"rows": 5}),
86-
"cultural_interests": forms.Textarea(attrs={"rows": 5}),
87-
"economic_interests": forms.Textarea(attrs={"rows": 5}),
88-
"comm_activities": forms.Textarea(attrs={"rows": 5}),
89-
"other_considerations": forms.Textarea(attrs={"rows": 5}),
85+
"entry_reason": forms.Textarea(attrs={"rows": 3}),
86+
"cultural_interests": forms.Textarea(attrs={"rows": 3}),
87+
"economic_interests": forms.Textarea(attrs={"rows": 3}),
88+
"comm_activities": forms.Textarea(attrs={"rows": 3}),
89+
"other_considerations": forms.Textarea(attrs={"rows": 3}),
9090
"user_name": forms.TextInput(attrs={"placeholder": "Full Name"}),
9191
"user_polygon": forms.HiddenInput(),
9292
}

main/templates/main/entry.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,7 @@ <h5 class="card-text">Economic Interests</h5>
311311
</div> -->
312312
<p class="card-text mb-0">
313313
Is there a shared economy in the geographic area of your community?
314-
How and where are residents employed? What parts of a county,
315-
township or city are included in your community?
314+
How and where are residents employed?
316315
Are there shared environmental concerns such as landfills or water quality?
317316
</p>
318317
<div class="accordion" id="economic_interests_accordion">

0 commit comments

Comments
 (0)