Skip to content

Commit

Permalink
Fix contact link
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Mar 29, 2024
1 parent f63483b commit 6d306a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ APIs to check voter registration status and view sample ballots for elections in

- Browse the source: https://github.com/citizenlabsgr/elections-api/
- Report an issue: https://github.com/citizenlabsgr/elections-api/issues/
- Contact the maintainers: https://citizenlabs.org/contact/
- Contact the maintainers: https://citizenlabs.org/#contact

### Sample Projects

Expand Down Expand Up @@ -46,9 +46,8 @@ If you are registered to vote, this will return your voting precinct:
"precinct": {
"county": "Kent",
"jurisdiction": "City of Grand Rapids",
"ward": "2"
"number": "30",
...
"ward": "2",
"number": "30", ...
}
```

Expand Down
2 changes: 1 addition & 1 deletion elections/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<body style="background: #f5f5f6;">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col" style="max-width: 960px;">
<div class="col" style="max-width: 900px;">
{{ body|safe }}
</div>
</div>
Expand Down

0 comments on commit 6d306a6

Please sign in to comment.