removed icon
This commit is contained in:
parent
c8b0e2388d
commit
223606947a
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,11 @@
|
|||
</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>
|
||||
<a href="{% url 'hosting:login' %}">{% trans "Login" %} <span class="fa fa-sign-in"></span></a>
|
||||
</li>
|
||||
{% else %}
|
||||
<li>
|
||||
<a href="{% url 'hosting:dashboard' %}">{% trans "Dashboard" %}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if request.path == '/en-us/datacenterlight/' or request.path == '/de/datacenterlight/' %}
|
||||
|
|
Loading…
Reference in a new issue