From 252fcb23a8b86b88db639ef2c3bf5dd9c0c2f3ae Mon Sep 17 00:00:00 2001 From: Stephen Burrows Date: Wed, 11 May 2011 17:21:06 -0400 Subject: [PATCH] Minor tweaks to the sobol results templates. --- .../sobol/templates/admin/sobol/search/grappelli_results.html | 3 +-- contrib/sobol/templates/admin/sobol/search/results.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 }}

-- 2.20.1