mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 06:40:35 +01:00
13 lines
373 B
HTML
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 %} |