From 03abbcefc7e206990c5e6aa64c0307be4e3cb9b5 Mon Sep 17 00:00:00 2001 From: Lucas <lucas.roussel@ensiie.fr> Date: Mon, 4 Dec 2017 11:52:56 +0100 Subject: [PATCH] update --- Projet/db.sqlite3 | Bin 66560 -> 66560 bytes Projet/polls/templates/polls/inscription.html | 2 +- Projet/polls/templates/polls/report.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Projet/db.sqlite3 b/Projet/db.sqlite3 index 783e4fd91cf1b17edc6a1f5d41b804076084513f..c33f2f5f4e98550092e4c6f1fe111dc3a916f94a 100644 GIT binary patch delta 364 zcmZqZU}@-JnIO%0bfSzi<I#-?OXQhZnbS72E5tL)%P~7L8W|Xx>lzyA8d@kA8d#Yc zS{a$^Sr{9c8yK=~ZdI=5;bUd?U|`<PoXb3k*@OAcW<eG+W>pntU&g#N%knDA#3aK? z!~BA(?5dpHszS?r%Zwy*^TJ}|@<i6nxyCz$cpxU4o0=I}8f-RnyF8PNnZb>Lv4!an zgWF_57K^whYgSg@7FI_>=0&+=<oJaIWk=<@WkzOsW%`GBn)rtJWktDrRz_9@8v15= z<@ja=<@jY~8${-MmPdvMW%*W3e)O<_(Q|U)b>WzdjAWzqO#e*JD*q7AipZ?&s>qOx zTz_{@gQyU%tf+8L6JH~@4FB-Ra^EV~s;Jzc+{oNO6Te(fV}Ey7L(e<|Tiju_x#eMv F5&*|MZ(INX delta 101 zcmZqZU}@-JnIO%0XrhcW<DrcSOXQhZm|HiqE5tKTR$!6e+^Ss9!^gs$%fP&yIhT17 z^Brc7&4Mh^%$swKcL?zq8e16~>ls@b8k(AIHgvl@lZ%P5g@Lh!=@5h4W<i!R#?37c GYm@-q^&MpZ diff --git a/Projet/polls/templates/polls/inscription.html b/Projet/polls/templates/polls/inscription.html index 2ff8c13..102e8b4 100644 --- a/Projet/polls/templates/polls/inscription.html +++ b/Projet/polls/templates/polls/inscription.html @@ -38,7 +38,7 @@ {{ form.username }} </div> </div> - <input class="button_submit" type="submit" value="Submit" /> + <input class="button_submit" type="submit" value="S'inscrire" /> </span> </form> diff --git a/Projet/polls/templates/polls/report.html b/Projet/polls/templates/polls/report.html index 40c4848..7181bc5 100644 --- a/Projet/polls/templates/polls/report.html +++ b/Projet/polls/templates/polls/report.html @@ -190,7 +190,7 @@ </table> </div> </div> - <input class="button_submit" type="submit" value="Submit" /> + <input class="button_submit" type="submit" value="Valider" /> </div> </span> </form> -- GitLab