parent
b9cc725e32
commit
c80246d032
@ -0,0 +1,22 @@ |
|||||||
|
{% extends 'tournaments/base.html' %} |
||||||
|
|
||||||
|
{% block head_title %} Création de compte {% endblock %} |
||||||
|
{% block first_title %} Padel Club {% endblock %} |
||||||
|
{% block second_title %} Création de compte {% endblock %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
|
{% load static %} |
||||||
|
{% load tz %} |
||||||
|
|
||||||
|
<div class="grid-x"> |
||||||
|
<div class="bubble"> |
||||||
|
<label class="title">Votre compte a été créé</label> |
||||||
|
<div class="cell medium-6 large-6 my-block"> |
||||||
|
Veuillez vérifier votre e-mail pour confirmer votre compte. |
||||||
|
</div> |
||||||
|
<div class="topmargin20"> |
||||||
|
<a href="{{ next_url }}" class="rounded-button">Continuer</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
{% endblock %} |
||||||
Loading…
Reference in new issue