Files
MamieHenriette/webapp/templates/configurations.html
2025-08-09 16:55:21 +02:00

13 lines
373 B
HTML

{% 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 %}