Skip to content

Commit b46ade6

Browse files
committed
Revert selectize change because committer was not selected correctly anymore
1 parent f6f50ce commit b46ade6

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
@@ -213,7 +213,7 @@ <h3>Flag as committed</h3>
213213
<form class="form" style="margin-bottom: 5px;">
214214
<div class="form-group">
215215
<label for="committerlist">Committer</label>
216-
<select id="committerSelect" class="enable-selectize">
216+
<select id="committerSelect" class="form-control">
217217
<option value="" style="display:none;"></option>
218218
{%for c in committers%}
219219
<option value="{{c.user.username}}">{{c.user.first_name}} {{c.user.last_name}}</option>

0 commit comments

Comments
 (0)