From e2dce64a555d62c2442e0604c934958a77d4dd1e Mon Sep 17 00:00:00 2001 From: ilyas829 <72152969+ilyas829@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:01:53 +0530 Subject: [PATCH 1/4] Update admin.py --- JudgingSystem/admin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/JudgingSystem/admin.py b/JudgingSystem/admin.py index 8c38f3f..1b8dc26 100644 --- a/JudgingSystem/admin.py +++ b/JudgingSystem/admin.py @@ -1,3 +1,4 @@ +#import admin module from django.contrib import admin # Register your models here. From 99973841fd15bf405e894b88fa77253e29764fa5 Mon Sep 17 00:00:00 2001 From: ilyas829 <72152969+ilyas829@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:05:03 +0530 Subject: [PATCH 2/4] Update index.html --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index da7a2eb..77cd647 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,8 +5,10 @@ Welcome +

Welcome to ASK judging system

+
- \ No newline at end of file + From 28dd205c1bc845b96abd7cf98d71c97726e1e571 Mon Sep 17 00:00:00 2001 From: ilyas829 <72152969+ilyas829@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:06:44 +0530 Subject: [PATCH 3/4] Update homepage.html --- templates/homepage.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/homepage.html b/templates/homepage.html index 9df1242..a396a14 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -5,8 +5,10 @@ Welcome +

- Welcome Aboard + Welcome Aboard

+
- \ No newline at end of file + From 857b38e2324c8a4467c2f76f2ccb316889a4e2e9 Mon Sep 17 00:00:00 2001 From: ilyas829 <72152969+ilyas829@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:08:32 +0530 Subject: [PATCH 4/4] Update login.html --- templates/login.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/login.html b/templates/login.html index 83ff277..9a8c3a2 100644 --- a/templates/login.html +++ b/templates/login.html @@ -7,6 +7,7 @@ +

Log In here

{% csrf_token %} @@ -21,5 +22,6 @@

Log In here

- - \ No newline at end of file +
+ +