aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xview/tpl/profile_advanced.tpl2
-rwxr-xr-xview/tpl/profile_edit.tpl4
2 files changed, 4 insertions, 2 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl
index a724c41bb..273778ae8 100755
--- a/view/tpl/profile_advanced.tpl
+++ b/view/tpl/profile_advanced.tpl
@@ -1,4 +1,4 @@
-<div id="profile-content-wrapper" class="generic-content-wrapper">
+<div id="" class="generic-content-wrapper">
<div class="section-title-wrapper">
<div class="pull-right dropdown">
{{if $profile.like_count}}
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>