diff --git a/users/migrations/0002_auto_20190218_2231.py b/users/migrations/0002_auto_20190218_2231.py new file mode 100644 index 0000000..338ab47 --- /dev/null +++ b/users/migrations/0002_auto_20190218_2231.py @@ -0,0 +1,23 @@ +# Generated by Django 2.1 on 2019-02-18 21:31 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('users', '0001_initial'), + ] + + operations = [ + migrations.AddField( + model_name='historicalprofile', + name='date_verified', + field=models.DateTimeField(blank=True, null=True), + ), + migrations.AddField( + model_name='profile', + name='date_verified', + field=models.DateTimeField(blank=True, null=True), + ), + ] diff --git a/users/templates/users/verify.html b/users/templates/users/verify.html new file mode 100644 index 0000000..627a964 --- /dev/null +++ b/users/templates/users/verify.html @@ -0,0 +1,33 @@ +{% extends 'base.html' %} +{% block entete %}Vérification du compte{% endblock %} +{% block navbar %} +
+{% endblock %} +{% block content %} +