diff options
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 |
commit | b63f71d8d7b3898bf552fa3b779345ff2403005b (patch) | |
tree | fd83d90794a53cebbade56a893b873b8ab5249b1 | |
parent | ff3bff03fce212679e2aa31b5532dabb8c7b38ec (diff) | |
download | Ishtar-b63f71d8d7b3898bf552fa3b779345ff2403005b.tar.bz2 Ishtar-b63f71d8d7b3898bf552fa3b779345ff2403005b.zip |
Profile page layout
-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 %} |