Sfoglia il codice sorgente

Merge pull request #2949 from shield-9/fix-user-page

Fix unclosed conditional tag in user page
Yuki Takei 5 anni fa
parent
commit
0b8d9c1596
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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">