mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 08:36:23 +01:00
[FIX] Form classes
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<div class="card-body">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6">
|
||||
<form class="form-signin" role="form" action="" method="POST">
|
||||
<form role="form" action="" method="POST">
|
||||
{% csrf_token %}
|
||||
|
||||
{% bootstrap_form form %}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<div class="card-body">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6">
|
||||
<form class="form-signin" role="form" action="" method="POST">
|
||||
<form role="form" action="" method="POST">
|
||||
{% csrf_token %}
|
||||
|
||||
{% bootstrap_form form %}
|
||||
|
||||
Reference in New Issue
Block a user