aboutsummaryrefslogtreecommitdiff
path: root/templates/login-selector.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login-selector.tmpl')
-rw-r--r--templates/login-selector.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/login-selector.tmpl b/templates/login-selector.tmpl
index 9b68838dc..3e7045c63 100644
--- a/templates/login-selector.tmpl
+++ b/templates/login-selector.tmpl
@@ -48,6 +48,9 @@ $(document).ready(function() {
<TMPL_IF LOGIN_ERROR>
<div class="error"><TMPL_VAR LOGIN_ERROR></div>
</TMPL_IF>
+ <TMPL_IF LOGIN_INFO>
+ <TMPL_VAR LOGIN_INFO>
+ </TMPL_IF>
</div>
</form>