Move to src dir.
[edumed.git] / edumed / templates / home.html
diff --git a/edumed/templates/home.html b/edumed/templates/home.html
deleted file mode 100755 (executable)
index 7be0b3e..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-{% extends "base.html" %}
-{% load catalogue_tags %}
-{% load course_boxes_toc from curriculum_tags %}
-
-{% block full_title %}Edukacja medialna{% endblock %}
-
-{% block body %}
-
-{% catalogue_carousel %}
-
-<section id="main-promobox">
-<h1>Co nowego?</h1>
-
-<h2>Tytuł informacji pierwszej</h2>
-
-<p>Boks na informacje powinien pomieścić do dwóch krótkich zdań ułożonych
-w trzech, a może…</p>
-
-<h2>Tytuł informacji drugiej</h2>
-
-<p>Boks na informacje powinien pomieścić do dwóch krótkich zdań ułożonych
-w trzech wierszach?</p>
-{#% chunk "promobox" %#}
-</section>
-
-<section id="main-sections">
-<h1>Lekcje:</h1>
-{% catalogue_section_buttons %}
-</section>
-
-<section id="main-chosen">
-<h1>Wybrane tematy na:</h1>
-<ul class="link-list">
-{% course_boxes_toc 1 %}
-</ul>
-</section>
-
-<section id="main-tools">
-
-<section class="main-tools-box">
-<h1>Aktualności</h1>
-{% latest_blog_posts "http://nowoczesnapolska.org.pl/feed" 5 %}
-</section>
-
-<section class="main-tools-box">
-<h1>Narzędzia</h1>
-</section>
-
-<div style="clear:both"></div>
-</section>
-
-
-
-{% endblock %}