found more missing wrappers

This commit is contained in:
marijus 2014-10-10 16:13:44 +02:00
parent 92cc5673cc
commit d5ceb33f6d
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div id="profile-content-wrapper" class="generic-content-wrapper">
<div id="profile-content-wrapper" class="generic-content-wrapper-styled">
<h2>{{$title}}</h2>
{{if $profile.canlike || $profile.like_count}}

View File

@ -1,4 +1,4 @@
{{if $is_default}}
<div class="generic-content-wrapper-styled">{{if $is_default}}
<p id="profile-edit-default-desc">{{$default}}</p>
{{/if}}
@ -363,4 +363,5 @@
</form>
</div>
</div>