From aecb877f7c2ea8a6c543dd33e6a7690562285677 Mon Sep 17 00:00:00 2001 From: elar Date: Tue, 27 Mar 2018 16:45:26 +0200 Subject: [PATCH 1/3] Add 'Other' to genders --- src/lancie-my-area/profile-edit-form.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lancie-my-area/profile-edit-form.html b/src/lancie-my-area/profile-edit-form.html index da2978a8..82afc310 100644 --- a/src/lancie-my-area/profile-edit-form.html +++ b/src/lancie-my-area/profile-edit-form.html @@ -67,8 +67,9 @@ - MALE - FEMALE + Male + Female + Other From 48237c87955d1136403a62e620a488c4aa200714 Mon Sep 17 00:00:00 2001 From: elar Date: Tue, 27 Mar 2018 17:11:26 +0200 Subject: [PATCH 2/3] Refactor `lancie-profile-edit` to use ES6 syntax and improve styling --- src/lancie-my-area/lancie-profile-edit.html | 171 ++++++++++++++++++ src/lancie-my-area/my-area-profile.html | 4 +- src/lancie-my-area/profile-edit-form.html | 149 --------------- .../lancie-ticket-page.html | 8 +- 4 files changed, 179 insertions(+), 153 deletions(-) create mode 100644 src/lancie-my-area/lancie-profile-edit.html delete mode 100644 src/lancie-my-area/profile-edit-form.html diff --git a/src/lancie-my-area/lancie-profile-edit.html b/src/lancie-my-area/lancie-profile-edit.html new file mode 100644 index 00000000..9e6a28b8 --- /dev/null +++ b/src/lancie-my-area/lancie-profile-edit.html @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + diff --git a/src/lancie-my-area/my-area-profile.html b/src/lancie-my-area/my-area-profile.html index 33a3a979..6b4f521e 100644 --- a/src/lancie-my-area/my-area-profile.html +++ b/src/lancie-my-area/my-area-profile.html @@ -10,7 +10,7 @@ - +