From cfb3771b0b72fb392a189594fb6acc2cbd5ee4fc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 19 Jun 2019 10:47:00 +0200 Subject: Profile page layout --- ishtar_common/templates/ishtar/forms/profile.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/templates') 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 %} +

{{page_name}}

@@ -47,5 +48,6 @@ $(document).ready(function(){ {% endfor %}
+ {% endblock %} -- cgit v1.2.3