X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/1a798a8611063ff9abc2b8cd9104e45580f7bffd..d555d988764995ea1f9f5ece46f453a66f09b334:/edumed/templates/home.html?ds=inline
diff --git a/edumed/templates/home.html b/edumed/templates/home.html
deleted file mode 100755
index 759e72c..0000000
--- a/edumed/templates/home.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{% extends "base.html" %}
-{% load catalogue_tags %}
-{% load course_boxes_toc from curriculum_tags %}
-{% load chunk from chunks %}
-
-{% block full_title %}Edukacja medialna{% endblock %}
-
-{% block body %}
-
-{% catalogue_carousel %}
-
-
-Co nowego?
-
-{% chunk "promobox" %}
-
-
-
-Lekcje:
-{% catalogue_section_buttons %}
-
-
-
-Wybrane tematy na:
-
-{% course_boxes_toc 1 %}
-
-
-
-
-
-
-AktualnoÅci
-{% latest_blog_posts "http://nowoczesnapolska.org.pl/feed" 5 %}
-
-
-
-
-
-
-
-
-
-{% endblock %}