mark texts for translation
[redakcja.git] / redakcja / templates / registration / head_login.html
index 04822b4..f743f40 100644 (file)
@@ -14,7 +14,8 @@
 </li>
 
 <li><a href="/platform/" style="color: white">{% trans "About" %}</a></li>
-<li><a href="/competition/" style="color: white">{% trans "Competition" %}</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 == '/' %}
     data-toggle="tutorial" data-tutorial="1" data-placement="bottom"
@@ -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>
             <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 %}