Skip to content

Commit

Permalink
Translate the problem types in a dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 authored and Xyene committed Jul 18, 2022
1 parent 5a41535 commit 041487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/problem/search-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h3>{{ _('Problem search') }} <i class="fa fa-search"></i>
<select id="types" name="type" multiple>
{% for type in problem_types %}
<option value="{{ type.id }}"{% if type.id in selected_types %} selected{% endif %}>
{{ type.full_name }}
{{ user_trans(type.full_name) }}
</option>
{% endfor %}
</select>
Expand Down

0 comments on commit 041487e

Please # to comment.