projects tab in top menu
authorJan Szejko <janek37@gmail.com>
Wed, 28 Jun 2017 13:53:30 +0000 (15:53 +0200)
committerJan Szejko <janek37@gmail.com>
Wed, 28 Jun 2017 13:53:30 +0000 (15:53 +0200)
redakcja/templates/registration/head_login.html

index 9ffb36b..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"