Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
matching label/select for field trip and pass exchange pages
Browse files Browse the repository at this point in the history
  • Loading branch information
xtine committed Sep 11, 2015
1 parent eede833 commit 1a7b918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ekip/everykid/templates/plan-your-trip/field_trip.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Plan a field trip</h1>
Contact the site for help scheduling trips and transportation.</p>

<form class="state-select" method="GET">
<label class="choose-state" for="state">Choose a state or territory:</label>
<label class="choose-state" for="id_state">Choose a state or territory:</label>
{{ form.state }}
<button type="submit">Submit</button>
</form>
Expand Down
2 changes: 1 addition & 1 deletion ekip/everykid/templates/plan-your-trip/pass_exchange.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>Exchange your pass</h1>
<p> Start by selecting a state or territory, and we'll show you all the places you can trade your paper pass for a plastic pass.</p>

<form class="state-select" method="GET">
<label class="choose-state" for="state">Choose a state or territory:</label>
<label class="choose-state" for="id_state">Choose a state or territory:</label>
{{ form.state }}
<button type="submit">Go</button>
</form>
Expand Down

0 comments on commit 1a7b918

Please sign in to comment.