updated 3

This commit is contained in:
Ske087
2025-04-12 11:44:59 +03:00
parent 4e3c8915d2
commit fe72361057
12 changed files with 119 additions and 17 deletions

View File

@@ -33,6 +33,10 @@
<label for="password" class="form-label">Password (leave blank to keep current password)</label>
<input type="password" class="form-control {% if theme == 'dark' %}dark-mode{% endif %}" id="password" name="password">
</div>
<div class="mb-3">
<label for="quickconnect_password" class="form-label">Quick Connect Password (leave blank to keep current password)</label>
<input type="password" class="form-control {% if theme == 'dark' %}dark-mode{% endif %}" id="quickconnect_password" name="quickconnect_password">
</div>
<button type="submit" class="btn btn-primary">Update Player</button>
</form>
<a href="{{ return_url }}" class="btn btn-secondary mt-3">Back to Player Page</a>