forked from rDrama/rDrama
1
0
Fork 0

clarify username separation

master
Aevann 2023-10-13 22:32:30 +03:00
parent 37c903a225
commit d97ae7715e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
</tr>
{% endfor %}
</table>
<label for="input-usernames">Usernames</label>
<label for="input-usernames">Usernames (separated with a space)</label>
{% set usernames = request.values.get('usernames') %}
<input autocomplete="off" id="input-usernames" class="form-control" type="text" name="usernames" placeholder="Required (separated by space)" {% if usernames %}value="{{usernames}}"{% endif %} required>