mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-15 12:30:39 +01:00
Resoudre les probleme des 2 thread bloquant
This commit is contained in:
13
webapp/templates/configurations.html
Normal file
13
webapp/templates/configurations.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "template.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Configuration de Mamie.</h1>
|
||||
|
||||
<h2>Api</h2>
|
||||
<form action="{{ url_for('setConfiguration', key = 'discord_token') }}" method="POST">
|
||||
<label for="value">Api Discord (cachée)</label>
|
||||
<input name="value" type="password" />
|
||||
<input type="Submit" value="Définir">
|
||||
<p>Nécéssite un redémarrage</p>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user