scrap buying many resells
This commit is contained in:
parent
7f2717c10c
commit
f679338910
4 changed files with 17 additions and 29 deletions
|
@ -1,9 +1,11 @@
|
|||
{% extends "base_title.html" %}
|
||||
{% load staticfiles %}
|
||||
|
||||
|
||||
{%block realcontent %}
|
||||
<h2>Rachat d'une place</h2>
|
||||
Note : ce mail sera envoyé à une personne au hasard revendant sa place.
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
<pre>
|
||||
Bonjour !
|
||||
|
||||
|
@ -12,8 +14,7 @@ Contacte-moi si tu es toujours intéressé-e !
|
|||
|
||||
{{user.get_full_name}} ({{user.email}})
|
||||
</pre>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
<input type="submit" class="btn btn-primary pull-right" value="Envoyer">
|
||||
</form>
|
||||
<p class="bda-prix">Note : ce mail sera envoyé à une personne au hasard revendant sa place.</p>
|
||||
{%endblock%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue