diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-07 07:42:14 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-07 07:42:14 +0200 |
commit | 890b5011fce5157d73050517aa0b22dd906fb394 (patch) | |
tree | 39ffe7181fed9757fff5d9e471571ae38674d81f /id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/templates | |
parent | 140174ab590ec058e6c57dab60b52acc3d929963 (diff) | |
download | moa-id-spss-890b5011fce5157d73050517aa0b22dd906fb394.tar.gz moa-id-spss-890b5011fce5157d73050517aa0b22dd906fb394.tar.bz2 moa-id-spss-890b5011fce5157d73050517aa0b22dd906fb394.zip |
add additional redirect in elga mandate-service selection-process to get out from BKU communication
switch version of elga-mandate-module to 1.1
Diffstat (limited to 'id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/templates')
-rw-r--r-- | id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/templates/mandate-service-selection.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/templates/mandate-service-selection.html b/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/templates/mandate-service-selection.html index b0be4a475..30b91de72 100644 --- a/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/templates/mandate-service-selection.html +++ b/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/templates/mandate-service-selection.html @@ -3,7 +3,7 @@ <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <!-- MOA-ID 2.x BKUSelection Layout CSS --> - <link rel="stylesheet" href="$contextPath/css/buildCSS?pendingid=#ID#" /> + <link rel="stylesheet" href="$contextPath/css/buildCSS?pendingid=$pendingReqID" /> <title>Anmeldung an Online-Applikation</title> </head> |