diff options
Diffstat (limited to 'view/tpl/profile_photo.tpl')
-rwxr-xr-x | view/tpl/profile_photo.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/profile_photo.tpl b/view/tpl/profile_photo.tpl index 48a3c7f26..fbed32606 100755 --- a/view/tpl/profile_photo.tpl +++ b/view/tpl/profile_photo.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> <form enctype="multipart/form-data" action="profile_photo" method="post"> @@ -27,3 +28,4 @@ <div id="profile-photo-link-select-wrapper"> {{$select}} </div> +</div> |