We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89e4ad commit b4f52ffCopy full SHA for b4f52ff
pgcommitfest/commitfest/templates/patch.html
@@ -221,7 +221,7 @@ <h3>Flag as committed</h3>
221
<form class="form" style="margin-bottom: 5px;">
222
<div class="form-group">
223
<label for="committerlist">Committer</label>
224
- <select id="committerSelect" class="form-control">
+ <select id="committerSelect" class="enable-selectize">
225
<option value="" style="display:none;"></option>
226
{%for c in committers%}
227
<option value="{{c.user.username}}">{{c.user.first_name}} {{c.user.last_name}}</option>
0 commit comments