fix layout
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% load bootstrap3 %}
|
||||
{% load bootstrap4 %}
|
||||
<form action="" method="POST">{% csrf_token %}
|
||||
{% with "inline" as layout %}
|
||||
<div class="form-{{layout}} well well-sm text-center">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% load bootstrap3 %}
|
||||
{% load bootstrap4 %}
|
||||
<form action="" method="POST">{% csrf_token %}
|
||||
{% bootstrap_form_errors form %}
|
||||
{% with "inline" as layout %}
|
||||
|
||||
Reference in New Issue
Block a user