src/ldt/ldt/ldt_utils/templates/front/front_home.html
changeset 1278 9431920e7c98
parent 1257 d2cc6ecc3aa0
child 1296 1a24fb79eb11
--- a/src/ldt/ldt/ldt_utils/templates/front/front_home.html	Thu Jan 02 17:47:16 2014 +0100
+++ b/src/ldt/ldt/ldt_utils/templates/front/front_home.html	Fri Jan 03 11:55:31 2014 +0100
@@ -47,10 +47,6 @@
       </ul>
     </li>
     <li class="li_h2" id="home_tag_cloud">
-      <form id="media_search" method="GET" action="{% url 'ldt.ldt_utils.views.front.all_contents' %}">
-        {% trans 'Search in the medias title' %} : 
-        <input id="input_media_title" type="text" name="title"/><input id="search_media_title" type="submit" value=""/>
-      </form>
     {% if tag_cloud|length > 0 %}<p class="left tag_link">{% trans 'All categories of medias' %} : {% for t in tag_cloud %}<a href="{% url 'ldt.ldt_utils.views.front.all_contents' %}?tag={{t.name}}">
 	  <span style="font-size:{{t.font_size|add:"12"}}px;">{{t.name}}</span></a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>
 	{% endif %}