We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7689c commit 48ebaafCopy full SHA for 48ebaaf
src/main/webapp/WEB-INF/views/series/info.html
@@ -449,6 +449,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
449
</div>
450
<div class="col-xs-4 no-padding">
451
<select id="currency" class="form-control" required="required" th:field="*{currency}">
452
+ <option value=""></option>
453
<option value="USD">USD</option>
454
<option value="EUR">EUR</option>
455
<option value="GBP">GBP</option>
0 commit comments