Revert "ENT-1116: Add recovery email to account settings page"

This commit is contained in:
Saleem Latif
2018-12-06 21:20:46 +05:00
committed by GitHub
parent cb3b7e1822
commit 18b66819e2
12 changed files with 9 additions and 169 deletions

View File

@@ -1,20 +0,0 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.16 on 2018-12-04 10:03
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('student', '0016_coursenrollment_course_on_delete_do_nothing'),
]
operations = [
migrations.AddField(
model_name='userprofile',
name='secondary_email',
field=models.EmailField(blank=True, max_length=254, verbose_name='Secondary email address'),
),
]