Skip to content
Snippets Groups Projects
Commit b90e46b6 authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Set workshops default value to False

parent 7c0a0114
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</li> </li>
{%- endmacro -%} {%- endmacro -%}
{%- if custom_config.get("workshop", {}).get("login", {}).get("enabled", True) %} {%- if custom_config.get("workshop", {}).get("login", {}).get("enabled", False) %}
{%- set login_text = "Regular sign in" -%} {%- set login_text = "Regular sign in" -%}
{%- else %} {%- else %}
{%- set login_text = "Sign in" -%} {%- set login_text = "Sign in" -%}
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
{{login_text}} {{login_text}}
</a> </a>
</div> </div>
{%- if custom_config.get("workshop", {}).get("login", {}).get("enabled", True) %} {%- if custom_config.get("workshop", {}).get("login", {}).get("enabled", False) %}
<div class="d-flex justify-content-center align-items-center pt-2"> <div class="d-flex justify-content-center align-items-center pt-2">
<a id="btn-login-workshop" class="btn btn-primary shadow btn-lg p-4" role="button"> <a id="btn-login-workshop" class="btn btn-primary shadow btn-lg p-4" role="button">
<!-- <img src='{{static_url("images/pages/login/User.svg", include_version=False) }}'/> --> <!-- <img src='{{static_url("images/pages/login/User.svg", include_version=False) }}'/> -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment