Skip to content
Snippets Groups Projects
Commit 575428f7 authored by Milo Hivert's avatar Milo Hivert
Browse files

relancement hotline

parent 13ec763a
No related merge requests found
......@@ -7,6 +7,6 @@
{% block content %}
<div class="block_commande">
<p>Désolé, la hotline est coupée pendant l'amphi des prezs et RICS !</p>
<p>La hotline est coupée.</p>
</div>
{% endblock %}
......@@ -83,7 +83,6 @@ def date_to_second(date):
return 24*3600*int(date.day)+3600*int(date.hour)+60*int(date.minute)+int(date.second)
def commande_passee(request, requete):
return render(request,"campagne/pas_lheure.html")
L = requete.split('_')
token_crypté=request.COOKIES.get('token')
token=decryptmess(token_crypté)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment