aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/front/recent.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/front/recent.html')
-rw-r--r--templates/web/base/front/recent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/front/recent.html b/templates/web/base/front/recent.html
index 5275cef43..de74f3326 100644
--- a/templates/web/base/front/recent.html
+++ b/templates/web/base/front/recent.html
@@ -15,7 +15,7 @@
<section class="full-width">
<ul class="issue-list-a">
[% FOREACH problem IN recent_photos %]
- [% INCLUDE 'report/_item.html', no_fixed = 1 %]
+ [% INCLUDE 'front/_list-entry.html' %]
[% END %]
</ul>
</section>