-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
index.html, student_login.html, teacher_l
- Loading branch information
1 parent
72dc48a
commit 742c287
Showing
6 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
{% extends 'base.html' %} | ||
{% block content %} | ||
<div class="card small"> | ||
<div class="card-content"> | ||
<form action="/start_day" method="post"> | ||
<div class="row"> | ||
<button class="btn waves-effect waves-light cyan right" type="submit" name="action">Start Day</button> | ||
<span class="error">{{ day_err }}</span> | ||
</div> | ||
</form> | ||
<div class="row"> | ||
<button class="btn waves-effect waves-light cyan right" type="submit" name="action">Signup</button> | ||
<div class="container" id="card"> | ||
<div class="row center"> | ||
<form class="col" action="/start_day" method="post"> | ||
<div class="row center"> | ||
<button class="btn waves-effect waves-light cyan" type="submit" name="action">Start Day</button> | ||
<span class="error">{{ day_err }}</span> | ||
</div> | ||
</form> | ||
<div class="row center"> | ||
<button class="btn waves-effect waves-light cyan text-white"><a href="/student_login">Student Login</a></button> | ||
<span class="error">{{ student_err }}</span> | ||
</div> | ||
</div> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters