landingpage: Fix typo in required form element tag

This commit is contained in:
Daniel Friesel 2019-04-11 20:42:38 +02:00
parent 40d926e62d
commit 863a33b111

View file

@ -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">