An error occurred while fetching the assigned milestone of the selected merge_request.
- Rosanny Sihombing authored
+ 6
- 6
@@ -77,26 +77,26 @@ html(lang="de")
@@ -77,26 +77,26 @@ html(lang="de")
input#inputFirstname(name="inputFirstname", type="text", class="form-control", placeholder="Vorname", value=user.firstname required)
input#inputLastname(name="inputLastname", type="text", class="form-control", placeholder="Nachname", value=user.lastname required)
input#inputEmail(name="inputEmail", type="email", class="form-control", placeholder="Email", value=email required)
input#inputOrganisation(name="inputOrganisation", type="text", class="form-control", placeholder="Unternehmen", value=user.organisation)
input#inputIndustry(name="inputIndustry", type="text", class="form-control", placeholder="Branche", value=user.industry)
input#inputSpeciality(name="inputSpeciality", type="text", class="form-control", placeholder="Fachgebiete", value=user.speciality)