Commit 863a33b1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

landingpage: Fix typo in required form element tag

parent 40d926e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@
						</div>
						%= form_for 'list_departures' => begin
							<div class="input-field">
								%= text_field 'station', id => 'station', class => 'autocomplete white-text', require => undef
								%= text_field 'station', id => 'station', class => 'autocomplete white-text', required => undef
								<label for="station">Manuelle Eingabe (Name oder DS100)</label>
							</div>
							<div class="center-align">