summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-19 10:47:00 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-19 10:47:00 +0200
commitcfb3771b0b72fb392a189594fb6acc2cbd5ee4fc (patch)
treefd83d90794a53cebbade56a893b873b8ab5249b1 /ishtar_common/templates
parent3962695cafeb6903a00040f3d8587881f6c10a37 (diff)
downloadIshtar-cfb3771b0b72fb392a189594fb6acc2cbd5ee4fc.tar.bz2
Ishtar-cfb3771b0b72fb392a189594fb6acc2cbd5ee4fc.zip
Profile page layout
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/forms/profile.html2
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 %}