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 f6f50ce commit b46ade6Copy full SHA for b46ade6
pgcommitfest/commitfest/templates/patch.html
@@ -213,7 +213,7 @@ <h3>Flag as committed</h3>
213
<form class="form" style="margin-bottom: 5px;">
214
<div class="form-group">
215
<label for="committerlist">Committer</label>
216
- <select id="committerSelect" class="enable-selectize">
+ <select id="committerSelect" class="form-control">
217
<option value="" style="display:none;"></option>
218
{%for c in committers%}
219
<option value="{{c.user.username}}">{{c.user.first_name}} {{c.user.last_name}}</option>
0 commit comments