Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{% load i18n %}
<style>
#changelist-filter .mulitple-choice li::before {
content: "\2610\00A0";
float: left;
font-size: 20px;
}
#changelist-filter .mulitple-choice li.selected::before {
content: "\2611\00A0";
}
</style>

<h3>{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}</h3>
<ul class="mulitple-choice">
{% for choice in choices %}
Expand Down