summaryrefslogtreecommitdiffstats
path: root/accounts/templates/_macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/templates/_macros.html')
-rw-r--r--accounts/templates/_macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/templates/_macros.html b/accounts/templates/_macros.html
index 31d388e..f92a623 100644
--- a/accounts/templates/_macros.html
+++ b/accounts/templates/_macros.html
@@ -17,7 +17,7 @@
<div class="control-group">
<label class="form-label">{{ field.label }}</label>
<div class="controls">
- {{ field(class_="form-control", **kwargs)|safe }}
+ {{ field(class_="form-control mb-4", **kwargs)|safe }}
{{ render_errors(field.errors) }}
</div>
</div>