Skip to content

Commit 20787b9

Browse files
committed
Revert selectize change because committer was not selected correctly anymore
1 parent 06da779 commit 20787b9

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
@@ -225,7 +225,7 @@ <h3>Flag as committed</h3>
225225
<form class="form" style="margin-bottom: 5px;">
226226
<div class="form-group">
227227
<label for="committerlist">Committer</label>
228-
<select id="committerSelect" class="enable-selectize">
228+
<select id="committerSelect" class="form-control">
229229
<option value="" style="display:none;"></option>
230230
{%for c in committers%}
231231
<option value="{{c.user.username}}">{{c.user.first_name}} {{c.user.last_name}}</option>

0 commit comments

Comments
 (0)