mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
refactor: Traduction en anglais des modules "GestionInscription" et
"GestionLogin"
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>Configuration des dossiers d'inscriptions</h1>
|
||||
<br>
|
||||
<form action='{% url 'Subscriptions:index' %}' method="post">
|
||||
{% csrf_token %}
|
||||
<ul>
|
||||
<div style="margin-bottom: 15px">
|
||||
<label>Relance automatique :</label>
|
||||
<input type="text" name="delaiRelance" value="{{ delaiRelance }}">
|
||||
<label>secondes</label>
|
||||
</div>
|
||||
</ul>
|
||||
<input class="btn" type="submit" value="Configurer" name="valider">
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user