]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/news/nav.html
misc: run manage.py with python3
[panikweb.git] / panikweb_templates / templates / news / nav.html
index 1f293e14a326fb1b59ac10ae6d377b8aa7a4946e..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,11 +0,0 @@
-<div class="mainSub" style="display: none">
-    <div class="wrapper">
-        <nav>
-        <form method="get" action="{% url 'newsArchives' %}" class="big marged" id="search-form">
-                <label for="id_q">Rechercher :</label>
-                <input id="id_q" name="q" type="text" {% if search_query %}value="{{ search_query }}"{% endif %}>
-                <button class="icon-search"></button>
-        </form>
-        </nav>
-    </div>
-</div>