From 31690d1b4751dae9106a94a0e3acf362701de044 Mon Sep 17 00:00:00 2001
From: Rosanny <rosanny.sihombing@hft-stuttgart.de>
Date: Fri, 20 Mar 2020 16:34:25 +0100
Subject: [PATCH] delete etc. from Title option

---
 views/DE/account/profile.pug      | 1 -
 views/DE/account/registration.pug | 1 -
 2 files changed, 2 deletions(-)

diff --git a/views/DE/account/profile.pug b/views/DE/account/profile.pug
index 32a2aff..1f73274 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 6d88857..b50a6af 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')
-- 
GitLab