# HG changeset patch # User Harris Baptiste # Date 1470992366 -7200 # Node ID 201a73fdc0b57a968aef8796bc5c7d1bc39b7d30 # Parent 93ce376a4cfda5cb6de858c6282046c2a2066200 removing wrong file diff -r 93ce376a4cfd -r 201a73fdc0b5 src/iconolab/templates/search/search.html --- a/src/iconolab/templates/search/search.html Fri Aug 12 10:56:09 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ -{% extends 'iconolab_base.html' %} - -{% load thumbnail %} -{% block content %} -

Search

- -
- - {{ form.as_table }} - - - - -
  - -
- - {% if query %} -

Results

- - {% for result in page.object_list %} - - {% thumbnail result.object.image.media "500x500" crop=False as im %} -

- {% endthumbnail %} - - -

- {{ result.object.current_revision.title }} -

- {% empty %} -

No results found.

- {% endfor %} - - {% if page.has_previous or page.has_next %} -
- {% if page.has_previous %}{% endif %}« Previous{% if page.has_previous %}{% endif %} - | - {% if page.has_next %}{% endif %}Next »{% if page.has_next %}{% endif %} -
- {% endif %} - {% else %} - {# Show some example queries to run, maybe query syntax, something else? #} - {% endif %} -
-{% endblock %} \ No newline at end of file