forked from DGNum/gestioCOF
Import all templates
This commit is contained in:
parent
9c989d886b
commit
6a9fb9a6b5
32 changed files with 724 additions and 0 deletions
13
templates/bda/bda-token.html
Normal file
13
templates/bda/bda-token.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% extends "base_title.html" %}
|
||||
|
||||
{% block realcontent %}
|
||||
<h2>Tirage au sort du BdA</h2>
|
||||
<form action="" method="post" id="tokenform">
|
||||
{% csrf_token %}
|
||||
<strong>La graine :</strong>
|
||||
<div>
|
||||
{{ form.token }}
|
||||
</div>
|
||||
<input type="submit" value="Go" />
|
||||
</form>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue