From: Aleksander Łukasz 
Date: Fri, 18 Oct 2013 14:06:01 +0000 (+0200)
Subject: Separate sponsors for katalog subdomain
X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/6eba26939e079cdfce8eb23ebcd6841fd99efb4b?ds=sidebyside;hp=386b21e9204f4267ad48ed7c8b96e73e4004d45f
Separate sponsors for katalog subdomain
---
diff --git a/edumed/templates/base.html b/edumed/templates/base.html
index d21ce5d..a30f6ab 100644
--- a/edumed/templates/base.html
+++ b/edumed/templates/base.html
@@ -1,4 +1,5 @@
 {% extends "base_super.html" %}
+{% load sponsor_tags %}
 
 
 {% block tagline %}Scenariusze zajÄÄ, Äwiczenia, materiaÅy{% endblock %}
@@ -11,3 +12,7 @@
     
     
 {% endblock %}
+
+{% block sponsors %}
+    {% sponsor_page "footer" %}
+{% endblock %}
\ No newline at end of file
diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html
index a12c732..1cacefa 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 %}
 
@@ -14,3 +15,7 @@
         
         {% lang_switcher %}
 {% endblock %}
+
+{% block sponsors %}
+    {% sponsor_page "footer_mil" %}
+{% endblock %}
\ No newline at end of file
diff --git a/edumed/templates/base_super.html b/edumed/templates/base_super.html
index 1339b68..211a6b7 100644
--- a/edumed/templates/base_super.html
+++ b/edumed/templates/base_super.html
@@ -2,7 +2,6 @@
 {% load i18n static %}
 {% load fnp_common fnp_share fnp_lang macros %}
 {% load compressed static %}
-{% load sponsor_tags %}
 {% load subdomainurls %}
 
 {% macro title %}{% block title %}{% endblock %}{% endmacro %}
@@ -88,7 +87,8 @@
                 â Na tych samych warunkach 3.0.
                 
             
-            {% sponsor_page "footer" %}
+            {% block sponsors %}
+            {% endblock %}