From: Felix Dörre Date: Sun, 9 Dec 2018 12:01:13 +0000 (+0100) Subject: fix: make MyDetails/SwitchToOrg work again X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=335fd160631059b7d9ae88969076b952a8cc3e15 fix: make MyDetails/SwitchToOrg work again MyDetails.java needs this parameter to know to which form to dispatch the request as there are two forms that post to the same url. See src/club/wpia/gigi/pages/account/MyDetails.java#L49 Change-Id: I8aade6f43193b3df5676e86857d2db9f016cddc4 --- diff --git a/src/club/wpia/gigi/pages/orga/MyOrganisationsForm.templ b/src/club/wpia/gigi/pages/orga/MyOrganisationsForm.templ index 5c63f04f..6978a60f 100644 --- a/src/club/wpia/gigi/pages/orga/MyOrganisationsForm.templ +++ b/src/club/wpia/gigi/pages/orga/MyOrganisationsForm.templ @@ -1,4 +1,5 @@

+