projects tab in top menu
[redakcja.git] / redakcja / templates / registration / head_login.html
index 0c13ac8..01edf11 100644 (file)
 </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"
@@ -40,7 +49,7 @@
 </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" %}