diff options
-rw-r--r-- | ishtar_common/templates/ishtar/forms/profile.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/forms/profile.html b/ishtar_common/templates/ishtar/forms/profile.html index 02f50be7b..926f035e2 100644 --- a/ishtar_common/templates/ishtar/forms/profile.html +++ b/ishtar_common/templates/ishtar/forms/profile.html @@ -13,6 +13,7 @@ $(document).ready(function(){ {% endblock %} {% block content %} +<div class="container"> <h2>{{page_name}}</h2> <div class='form'> @@ -47,5 +48,6 @@ $(document).ready(function(){ {% endfor %} </div> </div> +</div> {% endblock %} |