diff options
author | pezholio <pezholio@gmail.com> | 2017-01-30 14:55:06 +0000 |
---|---|---|
committer | pezholio <pezholio@gmail.com> | 2017-01-31 13:57:18 +0000 |
commit | 1328677512a870561c84ba57b9ac0dace993dc13 (patch) | |
tree | 766350525b6b92c3bc5edd1e54a78aa9d8028406 /templates | |
parent | 111acf7ccb452a7c163682b73b9cf5aee5f98be1 (diff) |
Wrap problem list in `js-reports-list`
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/my/planned.html | 2 |
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> |