Unknwon 9 years ago
parent
commit
cceb3364bb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      templates/user/profile.tmpl

+ 3 - 1
templates/user/profile.tmpl

@@ -78,7 +78,9 @@
         </div>
         {{else}}
         <br>
-        {{template "user/dashboard/feeds" .}}
+        <div class="feeds">
+          {{template "user/dashboard/feeds" .}}
+        </div>
         {{end}}
     </div>
   </div>