Show Bristol departure on search form
This commit is contained in:
parent
a9d5a0589d
commit
c3d289e809
2 changed files with 28 additions and 0 deletions
|
|
@ -3,6 +3,14 @@
|
|||
<div class="card">
|
||||
<h2 style="margin-top:0">Plan your journey</h2>
|
||||
<form method="get" action="{{ url_for('search') }}">
|
||||
<div style="margin-bottom:1.2rem">
|
||||
<span class="field-label">Departure point</span>
|
||||
<div class="fixed-station" aria-label="Departure point">
|
||||
<strong>Bristol Temple Meads</strong>
|
||||
<span>Fixed starting station for all journeys</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom:1.2rem">
|
||||
<span class="field-label">Eurostar destination</span>
|
||||
<div class="destination-grid" role="radiogroup" aria-label="Eurostar destination">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue