diff --git a/views/DE/account/profile.pug b/views/DE/account/profile.pug index 32a2aff116c487f82b6c6b2bd6d50637c5cedd2f..1f73274856754bac468681482f15c7cbe19ba25a 100644 --- a/views/DE/account/profile.pug +++ b/views/DE/account/profile.pug @@ -68,7 +68,6 @@ html(lang="de") option(value="Prof.") Prof. option(value="Dr.") Dr. option(value="Dipl.-Ing.") Dipl.-Ing. - option(value="etc.") etc. script. var titleOptions = document.getElementById('inputTitle').options; for (i=0; i < titleOptions.length; i++) { diff --git a/views/DE/account/registration.pug b/views/DE/account/registration.pug index 6d88857a82dab40249c16b8072042de71106ceb8..b50a6aff150f238fd49bf11b1fcb7baffc4cee08 100644 --- a/views/DE/account/registration.pug +++ b/views/DE/account/registration.pug @@ -68,7 +68,6 @@ html(lang="de") option(value="Prof.") Prof. option(value="Dr.") Dr. option(value="Dipl.-Ing.") Dipl.-Ing. - option(value="etc.") etc. div(class='form-group col-md-4') input#inputFirstname(name="inputFirstname", type="text", class="form-control", placeholder="Vorname*", maxlength="45" required) div(class='form-group col-md-4')