diff options
Diffstat (limited to 'templates/add_journey.html.ep')
-rw-r--r-- | templates/add_journey.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/add_journey.html.ep b/templates/add_journey.html.ep index 777fdee..2e75b60 100644 --- a/templates/add_journey.html.ep +++ b/templates/add_journey.html.ep @@ -51,7 +51,7 @@ </div> <div class="row"> <div class="input-field col s12"> - %= text_field 'dep_station', id => 'dep_station', class => 'autocomplete validate', required => undef + %= text_field 'dep_station', id => 'dep_station', class => 'autocomplete validate', autocomplete => 'off', required => undef <label for="dep_station">Start (Name oder DS100)</label> </div> <div class="input-field col s12"> @@ -65,7 +65,7 @@ </div> <div class="row"> <div class="input-field col s12"> - %= text_field 'arr_station', id => 'arr_station', class => 'autocomplete validate', required => undef + %= text_field 'arr_station', id => 'arr_station', class => 'autocomplete validate', autocomplete => 'off', required => undef <label for="arr_station">Ziel (Name oder DS100)</label> </div> <div class="input-field col s12"> |