X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/fef1b19bb026b1515092b0215307fea285464a26..5dba732eeee324e084e0b6c03fbb64c487fb5bd1:/edumed/templates/base_mil.html?ds=sidebyside

diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html
index 650f839..fbd42cb 100644
--- a/edumed/templates/base_mil.html
+++ b/edumed/templates/base_mil.html
@@ -1,6 +1,7 @@
 {% extends "base_super.html" %}
 {% load subdomainurls %}
 {% load fnp_lang %}
+{% load sponsor_tags %}
 
 {% load i18n %}
 
@@ -11,6 +12,10 @@
         {% 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><a class="menu-kontakt" href="{% url 'mil_contact' %}">{% trans 'Contact' %}</a></li>
         <li>{% lang_switcher %}</li>
 {% endblock %}
+
+{% block sponsors %}
+    {% sponsor_page "footer_mil" %}
+{% endblock %}
\ No newline at end of file