|
@@ -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>
|