summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/forms/profile.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/ishtar_common/templates/ishtar/forms/profile.html b/ishtar_common/templates/ishtar/forms/profile.html
index 926f035e2..795ab6ab1 100644
--- a/ishtar_common/templates/ishtar/forms/profile.html
+++ b/ishtar_common/templates/ishtar/forms/profile.html
@@ -1,5 +1,5 @@
{% extends "ishtar/form.html" %}
-{% load i18n inline_formset table_form %}
+{% load i18n inline_formset table_form ishtar_helpers %}
{% block extra_head %}
<script type='text/javascript'>
var base_profile_url = "{% url 'profile' %}";
@@ -33,9 +33,9 @@ $(document).ready(function(){
<div class="form-row">
{% for field in form.visible_fields %}
{% if forloop.counter0 == 0 %}
- <div class="form-group col-lg-12">
- {{field|safe}}
- </div>
+ <div class="form-group col-12"><div class="col-lg-6">
+ {{field|bs_field|safe}}
+ </div></div>
</div>
<div class="form-row">
{% elif field.name == 'delete_profile' %}