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

Use 'format' form of month names in candidate birth date #818

Closed wfdd closed 8 years ago

wfdd commented 8 years ago

The 'E' format character declines the month name. See https://docs.djangoproject.com/en/1.8/ref/templates/builtins/#date

Closes #817.