Browse Source

Fix unclosed conditional tag in user page

Daisuke Takahashi 5 years ago
parent
commit
bfc5b9c53a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/views/widget/user_page_content.html

+ 1 - 1
src/server/views/widget/user_page_content.html

@@ -32,7 +32,7 @@
         <div class="page-list-container">
           {# {% include 'page_list.html' with { pages: bookmarkList, pagePropertyName: 'page' } %} #}
         </div>
-        {# {% endif %} #}
+      {% endif %}
     </div>
 
     <div class="tab-pane user-created-list page-list" id="user-created-list">