<li><a style="color: white">
- <form action="{% url 'django.views.i18n.set_language' %}" method="post" style="display: inline">
+ <form action="{% url 'set_language' %}" method="post" style="display: inline">
{% csrf_token %}
<input type="hidden" name="language" value="en" /><button type="submit" style="border: 0; background: none">en</button></form> |
- <form action="{% url 'django.views.i18n.set_language' %}" method="post" style="display: inline">
+ <form action="{% url 'set_language' %}" method="post" style="display: inline">
{% csrf_token %}
<input type="hidden" name="language" value="pl" /><button type="submit" style="border: 0; background: none">pl</button></form> |
</a>
</li>
<li><a href="/platform/" style="color: white">{% trans "About" %}</a></li>
-<li><a href="/appyourschool/" style="color: white">{% trans "App Your School" %}</a></li>
+<li class="dropdown">
+ <a href="#" class="dropdown-toggle" type="button" data-toggle="dropdown" style="color: white">
+ {% trans "Projects" %}
+ <span class="caret"></span>
+ </a>
+ <ul class="dropdown-menu">
+ <li><a href="/appyourschool/">{% trans "App Your School" %}</a></li>
+ <li><a href="https://emels.eu">{% trans "Emels" %}</a></li>
+ </ul>
+</li>
{#<li><a href="/competition/" style="color: white">{% trans "Competition" %}</a></li>#}
<li class="dropdown" {% if request.path == '/' %}
data-toggle="tutorial" data-tutorial="1" data-placement="bottom"
</li>
<li class="dropdown" {% if request.path == '/' %}
data-toggle="tutorial" data-tutorial="2" data-placement="bottom"
- data-content='{% trans "Here you can start editing a new resource or view your resources and all published resources." %}'
+ data-content='{% trans "Here you can start editing a new resource or view your resources and all published resources. To continue this tutorial, go to “New resource” or open an existing resource." %}'
{% endif %}>
<a href="#" class="dropdown-toggle" type="button" data-toggle="dropdown" style="color: white">
{% trans "Resources" %}