mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-23 02:13:57 +02:00
hmm test
This commit is contained in:
@ -53,7 +53,7 @@
|
||||
<tr>
|
||||
<td class="comlumn-name"></td>
|
||||
<td>
|
||||
<select name="select" onchange="change_proxy(this.value, '{{data|tojson}}')">
|
||||
<select name="select" onchange= 'change_proxy(this.value, {{data|tojson}})'>
|
||||
<option selected id="new" value="{{ len }}">Create new proxy</option>
|
||||
{% for i in data %}
|
||||
<option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
|
||||
|
Reference in New Issue
Block a user