]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/home.html
Merge branch 'master' into wip/three-columns
[panikweb.git] / panikweb_templates / templates / home.html
index 8bc16f7f05cc2fb91ebb8dd20c8e199c6ed1d1a9..c7e409571dae104af2c490e575c0281e9015de3f 100644 (file)
@@ -5,25 +5,12 @@
 {% load i18n %}
 {% block bodyID %}Home{% endblock %}
 {% block title %}Home{% endblock %}
-{% block nav %}
-<div  class="mainSub">
-    <div class="wrapper">
-        <nav>
-        <form method="get" action="{% url 'search' %}" class="big marged" id="search-form">
-                <label for="id_q">Rechercher:</label><input id="id_q" name="q" type="text"><button class="icon-search"></button>
-        </form>
-        </nav>
-    </div>
-</div>
-{% endblock %}
 {% block main %}
-<div class="marged">
-</div>
-
 
 <div class="sided wrapper navigation" id="specialHome">
-    <div class="marged">
+    <div>
            <div class="leftPart">
+                   <h1 class="top">Émissions</h1>
                    <h2><a href="{% url 'program' %}">Cette semaine sur Panik</a></h2>
 
                    {% weeknav %}
@@ -39,7 +26,7 @@
            </div>
 
            <div class="rightPart">
-                   <h3 class="sectionLabel">Focus</h3>
+                   <h1 class="top">Focus</h1>
                {% with focus as news %}
                        {% newsroll %}
                {% endwith %}
@@ -80,6 +67,3 @@
 </div>
 
 {% endblock %}
-{% block related %}
-
-{% endblock %}