Missing cancel=1 (#1461)

This commit is contained in:
Xavier Guimard 2018-07-10 08:15:44 +02:00
parent 8353215adb
commit fb97df301a

View File

@ -63,7 +63,7 @@
<TMPL_IF NAME="PORTAL_URL">
<div id="logout">
<div class="buttons">
<a href="<TMPL_VAR NAME="PORTAL_URL"><TMPL_IF NAME="AUTH_URL">/?cancel=1&url=<TMPL_VAR NAME="AUTH_URL"></TMPL_IF>" class="btn btn-primary" role="button">
<a href="<TMPL_VAR NAME="PORTAL_URL"><TMPL_IF NAME="AUTH_URL">/?cancel=1&url=<TMPL_VAR NAME="AUTH_URL"><TMPL_ELSE>/?cancel=1</TMPL_IF>" class="btn btn-primary" role="button">
<span class="glyphicon glyphicon-home"></span>&nbsp;
<span trspan="cancel">Cancel</span>
</a>