Skip to content

Commit

Permalink
Encode filter choices
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Mar 15, 2019
1 parent ac9d2cf commit cb1d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grappelli_safe/templates/admin/filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3 class="form-row">{% blocktrans with title as filter_title %} By {{ filter_ti
<ul>
{% for choice in choices %}
<li class="form-row narrow{% if choice.selected %} selected{% endif %}">
<a href="{{ choice.query_string|iriencode }}">{{ choice.display|safe }}</a></li>
<a href="{{ choice.query_string|iriencode }}">{{ choice.display }}</a></li>
{% endfor %}
</ul>
</div>

0 comments on commit cb1d459

Please sign in to comment.