diff options
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rwxr-xr-x | view/tpl/profile_edit.tpl | 4 |
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> |