]> git.0d.be Git - panikweb.git/commitdiff
news: move search form to the main area
authorFrédéric Péters <fpeters@0d.be>
Thu, 12 Sep 2013 12:07:54 +0000 (14:07 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 12 Sep 2013 12:07:54 +0000 (14:07 +0200)
panikweb_templates/templates/news/archives.html

index 8680577f51802578382f786dacdeb3623ef97aa6..73b9a3e60d393f153eefc640848ab3426903b6d9 100644 (file)
@@ -4,6 +4,9 @@
 {% block title %}News - Archives{% endblock %}
 {% block nav %}
        {% news_nav with klass="archives" %}
+{% endblock %}
+
+{% block main %}
        <form method="get" action="." class="padded center" id="search-form">
                <div class="big ">
                        <label for="id_q">Rechercher:</label>
@@ -12,5 +15,3 @@
                </div>
        </form>
 {% endblock %}
-{% block main %}
-{% endblock %}