Bug 12027: (follow-up) Add missing filter
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
cee35f3a78
commit
4bf594c9de
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
[% IF (invalidShibLogin ) %]
|
||||
<div id="login_error"><Strong>Error: </strong>Shibboleth login failed</div>
|
||||
[% END %]
|
||||
<p>If you have a shibboleth account, please <a href="[% shibbolethLoginUrl %]">click here</a> to login.</p>
|
||||
<p>If you have a shibboleth account, please <a href="[% shibbolethLoginUrl | uri %]">click here</a> to login.</p>
|
||||
[% END %]
|
||||
|
||||
<!-- login prompt time-->
|
||||
|
|
Loading…
Reference in a new issue