Avoid bad request during load

environments/ppa-mbqj77/deployments/1
Xavier Guimard 10 years ago
parent 0036ad31cb
commit db45375f2b
  1. 2
      lemonldap-ng-manager/site/static/languages/en.json
  2. 2
      lemonldap-ng-manager/site/static/languages/fr.json
  3. 2
      lemonldap-ng-manager/site/templates/manager.tpl

@ -1,5 +1,5 @@
{
"__helpPath__": "/doc/",
"/doc/": "/doc/",
"_auth": "Authentication",
"_authChoice": "Authentication choice",
"_authMulti": "Authentication (multi)",

@ -1,5 +1,5 @@
{
"__helpPath__": "/fr-doc/",
"/doc/": "/fr-doc/",
"_auth": "Authentification",
"_authChoice": "Choix d'authentification",
"_authMulti": "Authentification (multi)",

@ -37,7 +37,7 @@
<div class="vresizer" resizer="horizontal" resizer-top="#top" resizer-bottom="#bottom"></div>
<div class="panel panel-default">
<div class="panel-body">
<iframe id="helpframe" width="100%" height="100%" ng-src="{{translate('__helpPath__')+'pages/documentation/current/'+helpUrl}}" frameborder="0"></iframe>
<iframe id="helpframe" width="100%" height="100%" ng-src="{{translate('/doc/')+'pages/documentation/current/'+helpUrl}}" frameborder="0"></iframe>
</div>
</div>
</div>

Loading…
Cancel
Save