diff --git a/db.sqlite3 b/db.sqlite3
index 5d430cf..a460843 100755
Binary files a/db.sqlite3 and b/db.sqlite3 differ
diff --git a/event/__pycache__/__init__.cpython-37.pyc b/event/__pycache__/__init__.cpython-37.pyc
index 31002f7..4f3b28e 100644
Binary files a/event/__pycache__/__init__.cpython-37.pyc and b/event/__pycache__/__init__.cpython-37.pyc differ
diff --git a/event/__pycache__/settings.cpython-37.pyc b/event/__pycache__/settings.cpython-37.pyc
index 20b94fd..3384628 100644
Binary files a/event/__pycache__/settings.cpython-37.pyc and b/event/__pycache__/settings.cpython-37.pyc differ
diff --git a/event/__pycache__/urls.cpython-37.pyc b/event/__pycache__/urls.cpython-37.pyc
index 8c8b5c1..eb1b8e7 100644
Binary files a/event/__pycache__/urls.cpython-37.pyc and b/event/__pycache__/urls.cpython-37.pyc differ
diff --git a/event/__pycache__/wsgi.cpython-37.pyc b/event/__pycache__/wsgi.cpython-37.pyc
index 4d70622..4ba6cfc 100644
Binary files a/event/__pycache__/wsgi.cpython-37.pyc and b/event/__pycache__/wsgi.cpython-37.pyc differ
diff --git a/event/settings.py b/event/settings.py
index f9ea9ea..1ce5511 100755
--- a/event/settings.py
+++ b/event/settings.py
@@ -37,7 +37,7 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
- 'social_django',
+ 'social_django',
'quiz.apps.QuizConfig',
]
diff --git a/quiz/__pycache__/__init__.cpython-37.pyc b/quiz/__pycache__/__init__.cpython-37.pyc
index 534db4f..8a00d6a 100644
Binary files a/quiz/__pycache__/__init__.cpython-37.pyc and b/quiz/__pycache__/__init__.cpython-37.pyc differ
diff --git a/quiz/__pycache__/admin.cpython-37.pyc b/quiz/__pycache__/admin.cpython-37.pyc
index 0900928..ecdf57b 100644
Binary files a/quiz/__pycache__/admin.cpython-37.pyc and b/quiz/__pycache__/admin.cpython-37.pyc differ
diff --git a/quiz/__pycache__/apps.cpython-37.pyc b/quiz/__pycache__/apps.cpython-37.pyc
index fb894b9..cf380be 100644
Binary files a/quiz/__pycache__/apps.cpython-37.pyc and b/quiz/__pycache__/apps.cpython-37.pyc differ
diff --git a/quiz/__pycache__/forms.cpython-37.pyc b/quiz/__pycache__/forms.cpython-37.pyc
index 577e8a7..4188591 100644
Binary files a/quiz/__pycache__/forms.cpython-37.pyc and b/quiz/__pycache__/forms.cpython-37.pyc differ
diff --git a/quiz/__pycache__/models.cpython-37.pyc b/quiz/__pycache__/models.cpython-37.pyc
index c1267a3..aa5f4c4 100644
Binary files a/quiz/__pycache__/models.cpython-37.pyc and b/quiz/__pycache__/models.cpython-37.pyc differ
diff --git a/quiz/__pycache__/urls.cpython-37.pyc b/quiz/__pycache__/urls.cpython-37.pyc
index 6638cc6..d16fd39 100644
Binary files a/quiz/__pycache__/urls.cpython-37.pyc and b/quiz/__pycache__/urls.cpython-37.pyc differ
diff --git a/quiz/__pycache__/views.cpython-37.pyc b/quiz/__pycache__/views.cpython-37.pyc
index e3ff6d0..024e7c5 100644
Binary files a/quiz/__pycache__/views.cpython-37.pyc and b/quiz/__pycache__/views.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0001_initial.cpython-37.pyc b/quiz/migrations/__pycache__/0001_initial.cpython-37.pyc
index 92ad00a..acb2980 100644
Binary files a/quiz/migrations/__pycache__/0001_initial.cpython-37.pyc and b/quiz/migrations/__pycache__/0001_initial.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0002_auto_20190819_0354.cpython-37.pyc b/quiz/migrations/__pycache__/0002_auto_20190819_0354.cpython-37.pyc
index 2b39bf6..e26972f 100644
Binary files a/quiz/migrations/__pycache__/0002_auto_20190819_0354.cpython-37.pyc and b/quiz/migrations/__pycache__/0002_auto_20190819_0354.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0003_auto_20190819_0423.cpython-37.pyc b/quiz/migrations/__pycache__/0003_auto_20190819_0423.cpython-37.pyc
index 59c5297..7fa4bc0 100644
Binary files a/quiz/migrations/__pycache__/0003_auto_20190819_0423.cpython-37.pyc and b/quiz/migrations/__pycache__/0003_auto_20190819_0423.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0004_auto_20190819_0427.cpython-37.pyc b/quiz/migrations/__pycache__/0004_auto_20190819_0427.cpython-37.pyc
index 3354411..bd4da08 100644
Binary files a/quiz/migrations/__pycache__/0004_auto_20190819_0427.cpython-37.pyc and b/quiz/migrations/__pycache__/0004_auto_20190819_0427.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0005_auto_20190821_0350.cpython-37.pyc b/quiz/migrations/__pycache__/0005_auto_20190821_0350.cpython-37.pyc
index ca74743..fa2c458 100644
Binary files a/quiz/migrations/__pycache__/0005_auto_20190821_0350.cpython-37.pyc and b/quiz/migrations/__pycache__/0005_auto_20190821_0350.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0006_profile_email.cpython-37.pyc b/quiz/migrations/__pycache__/0006_profile_email.cpython-37.pyc
index 9511462..24e4d35 100644
Binary files a/quiz/migrations/__pycache__/0006_profile_email.cpython-37.pyc and b/quiz/migrations/__pycache__/0006_profile_email.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0007_auto_20190821_0607.cpython-37.pyc b/quiz/migrations/__pycache__/0007_auto_20190821_0607.cpython-37.pyc
index 01beb5d..705a963 100644
Binary files a/quiz/migrations/__pycache__/0007_auto_20190821_0607.cpython-37.pyc and b/quiz/migrations/__pycache__/0007_auto_20190821_0607.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0008_remove_profile_email.cpython-37.pyc b/quiz/migrations/__pycache__/0008_remove_profile_email.cpython-37.pyc
index 39bef64..a1e605d 100644
Binary files a/quiz/migrations/__pycache__/0008_remove_profile_email.cpython-37.pyc and b/quiz/migrations/__pycache__/0008_remove_profile_email.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0009_profile_submit_time.cpython-37.pyc b/quiz/migrations/__pycache__/0009_profile_submit_time.cpython-37.pyc
index 5432bad..9ec7eea 100644
Binary files a/quiz/migrations/__pycache__/0009_profile_submit_time.cpython-37.pyc and b/quiz/migrations/__pycache__/0009_profile_submit_time.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0010_auto_20190823_1836.cpython-37.pyc b/quiz/migrations/__pycache__/0010_auto_20190823_1836.cpython-37.pyc
index bd6f879..bcfd872 100644
Binary files a/quiz/migrations/__pycache__/0010_auto_20190823_1836.cpython-37.pyc and b/quiz/migrations/__pycache__/0010_auto_20190823_1836.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0011_auto_20190824_0613.cpython-37.pyc b/quiz/migrations/__pycache__/0011_auto_20190824_0613.cpython-37.pyc
index b0842eb..e5221e7 100644
Binary files a/quiz/migrations/__pycache__/0011_auto_20190824_0613.cpython-37.pyc and b/quiz/migrations/__pycache__/0011_auto_20190824_0613.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0012_auto_20190824_0613.cpython-37.pyc b/quiz/migrations/__pycache__/0012_auto_20190824_0613.cpython-37.pyc
index e480c41..f1c51f9 100644
Binary files a/quiz/migrations/__pycache__/0012_auto_20190824_0613.cpython-37.pyc and b/quiz/migrations/__pycache__/0012_auto_20190824_0613.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/0013_auto_20190824_2344.cpython-37.pyc b/quiz/migrations/__pycache__/0013_auto_20190824_2344.cpython-37.pyc
index e9ad93a..ac50950 100644
Binary files a/quiz/migrations/__pycache__/0013_auto_20190824_2344.cpython-37.pyc and b/quiz/migrations/__pycache__/0013_auto_20190824_2344.cpython-37.pyc differ
diff --git a/quiz/migrations/__pycache__/__init__.cpython-37.pyc b/quiz/migrations/__pycache__/__init__.cpython-37.pyc
index a14da28..bb82496 100644
Binary files a/quiz/migrations/__pycache__/__init__.cpython-37.pyc and b/quiz/migrations/__pycache__/__init__.cpython-37.pyc differ
diff --git a/quiz/templates/quiz/index.html b/quiz/templates/quiz/index.html
index 3b6f033..b32ac3d 100755
--- a/quiz/templates/quiz/index.html
+++ b/quiz/templates/quiz/index.html
@@ -25,15 +25,15 @@
diff --git a/quiz/templates/quiz/index2.html b/quiz/templates/quiz/index2.html
index 7f88874..e5adced 100755
--- a/quiz/templates/quiz/index2.html
+++ b/quiz/templates/quiz/index2.html
@@ -25,6 +25,7 @@
+
diff --git a/quiz/templates/quiz/quiz1.html b/quiz/templates/quiz/quiz1.html
index 04b09d4..0b78376 100644
--- a/quiz/templates/quiz/quiz1.html
+++ b/quiz/templates/quiz/quiz1.html
@@ -23,17 +23,13 @@
+ }
+
diff --git a/quiz/templates/quiz/quizpage.html b/quiz/templates/quiz/quizpage.html
index af31b86..f5b33cf 100755
--- a/quiz/templates/quiz/quizpage.html
+++ b/quiz/templates/quiz/quizpage.html
@@ -19,6 +19,7 @@
+