login btn on datacenterlight pages
This commit is contained in:
parent
a0451fc8ea
commit
d643e6a5b1
2 changed files with 32 additions and 0 deletions
|
|
@ -34,6 +34,13 @@
|
|||
<a class="on-hover-border" href="{% change_lang 'de' %}">Deutsch <i class="fa fa-globe" aria-hidden="true"></i></a> {% else %}
|
||||
<a class="on-hover-border" href="{% change_lang 'en-us' %}">English <i class="fa fa-globe" aria-hidden="true"></i></a> {% endif %}
|
||||
</li>
|
||||
{% if not request.user.is_authenticated %}
|
||||
<li>
|
||||
<a class="topnav_login" href="{% url 'hosting:login' %}">{% trans "Login" %} <span class="fa fa-sign-in"></span></a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if request.path == '/en-us/datacenterlight/' or request.path == '/de/datacenterlight/' %}
|
||||
{% endif %}
|
||||
{% comment %}
|
||||
<!-- to be used when more than one option for language -->
|
||||
<li class="nav-language">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue