X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a6313c606743aacbbb76a24a135a01fa2d32392b..1e340beb1a4b127a7ad412ae44c3d7ee1c0ee0eb:/redakcja/templates/registration/head_login.html

diff --git a/redakcja/templates/registration/head_login.html b/redakcja/templates/registration/head_login.html
index 8e96d9e5..f743f409 100644
--- a/redakcja/templates/registration/head_login.html
+++ b/redakcja/templates/registration/head_login.html
@@ -14,6 +14,7 @@
 </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><a href="/competition/" style="color: white">{% trans "Competition" %}</a></li>#}
 <li><a href="{% url 'organizations_new' %}" style="color: white"
     {% if request.path == '/' %}
@@ -58,7 +59,6 @@
             {% endif %}
             <li><a href="{% url 'logout' %}">{% trans "Logout" %}</a></li>
         </ul>
-      </div>
     </li>
 
 
@@ -73,8 +73,8 @@
         >
             {% trans "Log in / Register" %}
         </button>
-        <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;">
           <div class="panel-heading">
             <h3 class="panel-title">{% trans "Log in / Register" %}</h3>
           </div>
@@ -103,6 +103,7 @@
             <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>
+        </div>
       </div>
     </li>
 {% endifnotequal %}