Move to src dir.
[edumed.git] / edumed / templates / base_mil.html
diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html
deleted file mode 100644 (file)
index 650f839..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "base_super.html" %}
-{% load subdomainurls %}
-{% load fnp_lang %}
-
-{% load i18n %}
-
-{% block top_navigation %}
-    <li><a class="menu-wspolpraca" href="{% url "mil_home" %}">{% trans 'Consultations' %}</a></li>
-        <li><a class="menu-kompetencje" href="{% url "curriculum" %}">{% trans 'Competencies' %}</a></li>
-        <li><a class="menu-wspolpraca" href="{% url "comment_document_index" %}">{% trans 'Take Part' %}</a></li>
-        {% if request.LANGUAGE_CODE == 'pl' %}
-            <li><a class="menu-lekcje" href="{% url 'home' subdomain=None %}">MateriaƂy edukacyjne</a></li>
-        {% endif %}
-        <li><a class="menu-kontakt" href="{% url 'info' url='kontakt/' subdomain=None %}">{% trans 'Contact' %}</a></li>
-        <li>{% lang_switcher %}</li>
-{% endblock %}