-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
14 changed files
with
343 additions
and
23 deletions.
There are no files selected for viewing
Submodule bootstrap-icons
added at
388a10
Binary file not shown.
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{% extends 'base.html' %} | ||
{% load i18n %} | ||
{% block content %} | ||
<h2>重置密码</h2> | ||
<form method="POST" action="{% url 'password_reset' %}"> | ||
{% csrf_token %} | ||
<div class="form-group"> | ||
<label for="id_email">邮箱地址:</label> | ||
<input type="email" class="form-control" id="id_email" name="email" required> | ||
</div> | ||
<button type="submit" class="btn btn-primary">验证信箱</button> | ||
</form> | ||
{% endblock %} |
Oops, something went wrong.