Skip to content

Commit b4f52ff

Browse files
committed
Revert "Revert selectize change because committer was not selected correctly anymore"
This reverts commit 20787b9.
1 parent f89e4ad commit b4f52ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/templates/patch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h3>Flag as committed</h3>
221221
<form class="form" style="margin-bottom: 5px;">
222222
<div class="form-group">
223223
<label for="committerlist">Committer</label>
224-
<select id="committerSelect" class="form-control">
224+
<select id="committerSelect" class="enable-selectize">
225225
<option value="" style="display:none;"></option>
226226
{%for c in committers%}
227227
<option value="{{c.user.username}}">{{c.user.first_name}} {{c.user.last_name}}</option>

0 commit comments

Comments
 (0)