First commit
This commit is contained in:
commit
440f5a7df4
1563 changed files with 217996 additions and 0 deletions
13
templates/users/complete_profile.html
Normal file
13
templates/users/complete_profile.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!-- templates/users/complete_profile.html -->
|
||||
{% extends 'layout.html' %}
|
||||
{% block content %}
|
||||
<section class="form-section">
|
||||
<h2>Complète ton profil</h2>
|
||||
<p>La nouvelle mise à jour du site web te permet d'avoir un profil personnel. Tu peux remplir les champs suivant pour l'activer.</p>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button type="submit" class="btn-submit">Save</button>
|
||||
</form>
|
||||
</section>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue