File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments