mirror of
https://github.com/FAUSheppy/oh-my-nemesis
synced 2026-03-10 08:21:43 +01:00
Initial (reset)
This commit is contained in:
6
templates/partials/champ-selector-dropdown.html
Normal file
6
templates/partials/champ-selector-dropdown.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<select class="browser-default custom-select">
|
||||
<option selected>...</option>
|
||||
{% for c in champs %}
|
||||
<option value="{{ c }}">{{ c }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
Reference in New Issue
Block a user