forked from DGNum/gestioCOF
normalement il reste juste ajout membre
This commit is contained in:
parent
fa4308b91e
commit
3cd618e60d
15 changed files with 265 additions and 55 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
{% block realcontent %}
|
||||
|
||||
<h1>Revente de place</h1>
|
||||
<form action="" method="post" id="resellform">
|
||||
<h2>Revente de place</h1>
|
||||
<form action="" method="post" id="resellform">
|
||||
{% csrf_token %}
|
||||
{% if form.spectacle.errors %}<ul class="errorlist"><li>Sélectionnez un spetacle</li></ul>{% endif %}
|
||||
<p>
|
||||
|
@ -21,6 +21,6 @@ Contactez-moi par email si vous êtes intéressé !<br />
|
|||
{{ user.get_full_name }} ({{ user.email }})
|
||||
</pre>
|
||||
</p>
|
||||
<input type="submit" value="Envoyer" />
|
||||
<input class="btn btn-primary" type="submit" value="Envoyer" />
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue