Import all templates

This commit is contained in:
root 2013-09-05 22:21:32 +02:00
parent 9c989d886b
commit 6a9fb9a6b5
32 changed files with 724 additions and 0 deletions

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