diff options
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> |