From: afilsaime Date: Tue, 2 Jun 2015 08:31:10 +0000 (+0200) Subject: Add checkboxes on search results X-Git-Tag: 1.6a^2~15^2~42^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9d8beb512ac590e51e63275f5a6cd8c4394ee4e7;p=telemeta.git Add checkboxes on search results --- diff --git a/examples/sandbox/src/django-haystack b/examples/sandbox/src/django-haystack index bd60745c..cecb459f 160000 --- a/examples/sandbox/src/django-haystack +++ b/examples/sandbox/src/django-haystack @@ -1 +1 @@ -Subproject commit bd60745ce82318b1819768c9a31db0579228654d +Subproject commit cecb459ff4468a79a43cead3d09e213d0980c080 diff --git a/telemeta/templates/search/mediaitem_listhaystack.html b/telemeta/templates/search/mediaitem_listhaystack.html index b3c5c213..4a7ed199 100644 --- a/telemeta/templates/search/mediaitem_listhaystack.html +++ b/telemeta/templates/search/mediaitem_listhaystack.html @@ -8,7 +8,8 @@ - + + {% if location_name %} @@ -21,7 +22,8 @@ {% for result in page.object_list %} - +
{% trans "Title" %} select all {% trans "Title" %} {% trans "Digitized" %} {% trans "Recordist" %}
+ {{ result.object }}
diff --git a/telemeta/templates/search/search.html b/telemeta/templates/search/search.html index 6f661ab8..455889b4 100644 --- a/telemeta/templates/search/search.html +++ b/telemeta/templates/search/search.html @@ -62,7 +62,7 @@ {% endblock %}