{#<li><a href="/competition/" style="color: white">{% trans "Competition" %}</a></li>#}
<li><a href="{% url 'organizations_new' %}" style="color: white"
{% if request.path == '/' %}
{#<li><a href="/competition/" style="color: white">{% trans "Competition" %}</a></li>#}
<li><a href="{% url 'organizations_new' %}" style="color: white"
{% if request.path == '/' %}
- <div class="dropdown-menu" style="padding:0;margin-top:-5px; border:none;box-shadow:none; min-width:240px">
- <div class="panel panel-default" style="color: #333;">
+ <div class="dropdown-menu" style="padding:0;margin-top:-5px; border:none;box-shadow:none; min-width:240px">
+ <div class="panel panel-default" style="color: #333;">
<p style="margin-bottom:1em">{% trans "<strong>Register now</strong> to start editing your own materials." %}</p>
<a class="btn btn-default" href="{% url 'register' %}">{% trans "Register" %}</a>
</div>
<p style="margin-bottom:1em">{% trans "<strong>Register now</strong> to start editing your own materials." %}</p>
<a class="btn btn-default" href="{% url 'register' %}">{% trans "Register" %}</a>
</div>