Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions JudgingSystem/admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#import admin module
from django.contrib import admin

# Register your models here.
6 changes: 4 additions & 2 deletions templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<title>Welcome</title>
</head>
<body>
<section>
<h1>
Welcome Aboard
Welcome Aboard
</h1>
</section>
</body>
</html>
</html>
4 changes: 3 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<title>Welcome</title>
</head>
<body>
<section>
<div>
<h1>Welcome to ASK judging system</h1>
</div>
</section>
</body>
</html>
</html>
6 changes: 4 additions & 2 deletions templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<section>
<h1>Log In here</h1>
<form action="/login" method="post">
{% csrf_token %}
Expand All @@ -21,5 +22,6 @@ <h1>Log In here</h1>
<input type="submit" value="OK">
</form>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>
</section>
</body>
</html>