change html-insert in templates to mosparo's need

This commit is contained in:
Jakobus Schürz 2024-02-17 14:08:16 +01:00
parent ada26fd750
commit d94b801c96

View file

@ -44,7 +44,7 @@ To show the hCaptcha you need to modify the registration template. You can find
window.onload = function(){
m = new mosparo(
'mosparo-box',
'${mosparoHost}',
'https://${mosparoHost}',
'${mosparoUuid}',
'${mosparoPublicKey}',
{ loadCssResource: true }
@ -54,6 +54,7 @@ To show the hCaptcha you need to modify the registration template. You can find
</div>
</div>
</#if>
```
Registration Template