Преглед изворни кода

fix allow password invisble in login form ref CT#7539

aragonc пре 9 година
родитељ
комит
77ba5e7682
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      main/template/default/layout/login_form.tpl

+ 1 - 1
main/template/default/layout/login_form.tpl

@@ -13,7 +13,7 @@
 
         {{ login_form }}
 
-        {% if "allow_lostpassword" | get_setting == 'true' and "allow_registration" | get_setting == 'true' %}
+        {% if "allow_lostpassword" | get_setting == 'true' or "allow_registration" | get_setting == 'true' %}
             <ul class="nav nav-pills nav-stacked">
                 {% if "allow_registration" | get_setting != 'false' %}
                     <li><a href="main/auth/inscription.php"> {{ 'SignUp' | get_lang }} </a></li>