forked from DGNum/gestioCOF
Merge branch 'master' of https://git.eleves.ens.fr/cof-geek/gestioCOF into Aufinal/bda_revente
This commit is contained in:
commit
dbd81ac625
83 changed files with 12870 additions and 791 deletions
|
@ -3,15 +3,15 @@
|
|||
|
||||
{% block realcontent %}
|
||||
|
||||
<h1>Revente de place</h1>
|
||||
<h2>Places non revendues</h2>
|
||||
<h2>Revente de place</h2>
|
||||
<h3>Places non revendues</h3>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
{{resellform}}
|
||||
<input type="submit" name="resell" value="Revendre les places sélectionnées">
|
||||
</form>
|
||||
|
||||
<h2>Places en cours de revente</h2>
|
||||
<h3>Places en cours de revente</h3>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue