mirror of
https://github.com/Adam-Ant/QuotesDB
synced 2025-06-15 05:41:13 +00:00
Update to use uid_to_user everywhere
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
<label for="user">User:</label>
|
||||
<select class="form-control" id="user" name="user">
|
||||
{% for user in data %}
|
||||
<option value="{{ user[0] }}">{{ user[1] }}</option>
|
||||
<option value="{{ user[0] }}">{{ uid_to_user(user[0]) }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user