Changeset View
Changeset View
Standalone View
Standalone View
src/templates/account/login.html
- This file was added.
{% extends '_base.html' %} | |||||
{% load crispy_forms_tags %} | |||||
{% block title %}Log in{% endblock %} | |||||
{% block content %} | |||||
<h2>Log in</h2> | |||||
<form method="post"> | |||||
{% csrf_token %} | |||||
{{ form|crispy }} | |||||
<button class="btn btn-success" type="submit">Log in</button> | |||||
</form> | |||||
<a href="{% url 'account_reset_password' %}">Forgot Password?</a> | |||||
{% endblock content %} | |||||
No newline at end of file |
Content licensed under Creative Commons Attribution-ShareAlike 3.0 (CC-BY-SA) unless otherwise noted; code licensed under GNU General Public License (GPL) or other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct. · Wikimedia Foundation · Privacy Policy · Code of Conduct · Terms of Use · Disclaimer · CC-BY-SA · GPL