Build template-based form rendering with bootstrap attrs
This commit is contained in:
parent
eb91f59e09
commit
78119dc6b3
5 changed files with 79 additions and 1 deletions
|
|
@ -37,7 +37,10 @@
|
|||
<i class="bi bi-chevron-right me-2 ms-1 mb-2 collapse-icon"></i>
|
||||
{% translate "Log in with email and password instead" %}
|
||||
</a>
|
||||
<div class="collapse mt-3" id="login-form">
|
||||
<div class="collapse mt-3 ms-3"
|
||||
id="login-form"
|
||||
class="form form-vertical"
|
||||
style="max-width: 400px">
|
||||
<form method="post" action="{% url 'account_login' %}">
|
||||
{% csrf_token %}
|
||||
{{ form }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue