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. 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 + 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 + 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 +
+ +