|
|
@@ -31,13 +31,13 @@
|
|
|
<div class="user-page-content-tab tab-content">
|
|
|
|
|
|
<div class="tab-pane user-bookmark-list page-list active" id="user-bookmark-list">
|
|
|
- {% if bookmarkList.length == 0 %}
|
|
|
+ <!-- {% if bookmarkList.length == 0 %}
|
|
|
No bookmarks yet.
|
|
|
- {% else %}
|
|
|
+ {% else %} -->
|
|
|
<div class="page-list-container">
|
|
|
- {% include 'page_list.html' with { pages: bookmarkList, pagePropertyName: 'page' } %}
|
|
|
+ <!-- {% 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">
|