Added page regattas
This commit is contained in:
6
server/templates/select.html
Normal file
6
server/templates/select.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="input-style input-style-1 input-required">
|
||||
<span class="color-highlight input-style-1-active">$$placeholder;</span>
|
||||
<select id="$$html-id;" class="form-control $$css-class;">
|
||||
$$options;
|
||||
</select>
|
||||
</div>
|
||||
Reference in New Issue
Block a user