mysociety / yournextrepresentative

A website for crowd-sourcing structured election candidate data
https://candidates.democracyclub.org.uk/
GNU Affero General Public License v3.0
56 stars 21 forks source link

Separate form from view labels #881

Open wfdd opened 8 years ago

wfdd commented 8 years ago

When viewing a candidate, we don't need to be given an example of a Twitter username; that only serves to confuse. Similarly, for extra fields, I might wanna provide some guidance for contributors in the label, but there's no reason for that to be visible when not editing a candidate.

Alternatively, we could create a new field for usage instructions and normalise the labels of gender, dob, etc.

wfdd commented 8 years ago

It looks like Django's actually got a 'help_text' field which I hadn't noticed.