aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpezholio <pezholio@gmail.com>2017-01-30 14:55:06 +0000
committerpezholio <pezholio@gmail.com>2017-01-31 13:57:18 +0000
commit1328677512a870561c84ba57b9ac0dace993dc13 (patch)
tree766350525b6b92c3bc5edd1e54a78aa9d8028406
parent111acf7ccb452a7c163682b73b9cf5aee5f98be1 (diff)
Wrap problem list in `js-reports-list`
-rw-r--r--templates/web/base/my/planned.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/my/planned.html b/templates/web/base/my/planned.html
index d1a6b7b1b..366a554d9 100644
--- a/templates/web/base/my/planned.html
+++ b/templates/web/base/my/planned.html
@@ -26,7 +26,9 @@
<div class="js-pagination">
[% INCLUDE 'pagination.html', pager = problems_pager, param = 'p' %]
</div>
+<div id="js-reports-list">
[% INCLUDE 'my/_problem-list.html' shortlist = 1 %]
+</div>
</section>
</div>