fix layout

This commit is contained in:
artus
2018-10-11 20:44:22 +02:00
parent 4f67398219
commit 66ff93eb58
5 changed files with 20 additions and 44 deletions

View File

@@ -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">

View File

@@ -1,4 +1,4 @@
{% load bootstrap3 %}
{% load bootstrap4 %}
<form action="" method="POST">{% csrf_token %}
{% bootstrap_form_errors form %}
{% with "inline" as layout %}