aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_edit.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-08 11:43:21 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-08 11:43:21 +0100
commitf364343b554507e7ae309d48e7dbd2875d95c75d (patch)
tree897a6ae00f08e34da9237587c450c7da49c21d16 /view/tpl/profile_edit.tpl
parent9debfa348aada8ad32a16cbba4f96cc8f4b0ac37 (diff)
downloadvolse-hubzilla-f364343b554507e7ae309d48e7dbd2875d95c75d.tar.gz
volse-hubzilla-f364343b554507e7ae309d48e7dbd2875d95c75d.tar.bz2
volse-hubzilla-f364343b554507e7ae309d48e7dbd2875d95c75d.zip
add generic-content-wrapper and setction-content-wrapper to profile_edit.tpl
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rwxr-xr-xview/tpl/profile_edit.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl
index 1eb1ae271..26da4ebc9 100755
--- a/view/tpl/profile_edit.tpl
+++ b/view/tpl/profile_edit.tpl
@@ -1,7 +1,8 @@
-<div class="generic-content-wrapper-styled">
+<div class="generic-content-wrapper">
<div class="section-title-wrapper"><h2>{{$banner}}</h2></div>
+<div class="section-content-wrapper">
<form id="profile-edit-form" name="form1" action="profiles/{{$profile_id}}" enctype="multipart/form-data" method="post" >
<div id="profile-edit-links">
@@ -369,4 +370,5 @@
</form>
</div>
</div>
+</div>