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 06da779 commit 20787b9Copy full SHA for 20787b9
pgcommitfest/commitfest/templates/patch.html
@@ -225,7 +225,7 @@ <h3>Flag as committed</h3>
225
<form class="form" style="margin-bottom: 5px;">
226
<div class="form-group">
227
<label for="committerlist">Committer</label>
228
- <select id="committerSelect" class="enable-selectize">
+ <select id="committerSelect" class="form-control">
229
<option value="" style="display:none;"></option>
230
{%for c in committers%}
231
<option value="{{c.user.username}}">{{c.user.first_name}} {{c.user.last_name}}</option>
0 commit comments