forked from ligmitz/cryptic-hunt
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d46fa8
commit eb903c5
Showing
5 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
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
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,9 +1,8 @@ | ||
{% extends "base.html" %} {% block title %} Abhedya - login {% endblock %} {% block content %} {% load crispy_forms_tags %} | ||
<h1>Reset Your Password</h1> | ||
<h5>Enter Your New Password</h5> | ||
<h1 style="color:#ffffff;">Reset Your Password</h1> | ||
<form method='post'> | ||
{% csrf_token %} | ||
{{ form|crispy }} | ||
<button type="submit">Change Password</button> | ||
<button class="btn btn-primary btn-lg" type="submit">Change Password</button> | ||
</form> | ||
{%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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{% extends "base.html" %} {% block title %} Abhedya - login {% endblock %} {% block content %} | ||
<div class="alert alert-success" role="alert"> | ||
<h4>Well done!</h4> | ||
<p>An Email has been sent with instructions to reset your password. <b>Check Your Email!</b></p> | ||
</div> | ||
{%endblock%} |