From: Stephen Burrows Date: Wed, 11 May 2011 21:21:06 +0000 (-0400) Subject: Minor tweaks to the sobol results templates. X-Git-Tag: philo-0.9~13^2^2 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/252fcb23a8b86b88db639ef2c3bf5dd9c0c2f3ae?hp=454e6844441dc1d4d624d89616bb9b21436f5fca Minor tweaks to the sobol results templates. --- diff --git a/contrib/sobol/templates/admin/sobol/search/grappelli_results.html b/contrib/sobol/templates/admin/sobol/search/grappelli_results.html index 45135ff..f01eb88 100644 --- a/contrib/sobol/templates/admin/sobol/search/grappelli_results.html +++ b/contrib/sobol/templates/admin/sobol/search/grappelli_results.html @@ -28,9 +28,8 @@ {% block content %}
{% for search in queryset %} - {% if not forloop.first and not forloop.last %}

{{ search.string }}

{% endif %}
-

{% blocktrans %}Results{% endblocktrans %}

{% comment %}For the favored results, add a class?{% endcomment %} +

{{ search_string }}

diff --git a/contrib/sobol/templates/admin/sobol/search/results.html b/contrib/sobol/templates/admin/sobol/search/results.html index 44d4e7c..24442c7 100644 --- a/contrib/sobol/templates/admin/sobol/search/results.html +++ b/contrib/sobol/templates/admin/sobol/search/results.html @@ -23,9 +23,8 @@ {% block content %} {% for search in queryset %} - {% if not forloop.first and not forloop.last %}

{{ search.string }}

{% endif %}
-

{% blocktrans %}Results{% endblocktrans %}

{% comment %}For the favored results, add a class?{% endcomment %} +

{{ search.string }}