aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/front
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/front')
-rwxr-xr-xtemplates/web/base/front/_list-entry.html1
-rw-r--r--templates/web/base/front/recent.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/base/front/_list-entry.html b/templates/web/base/front/_list-entry.html
new file mode 100755
index 000000000..2fcf5f296
--- /dev/null
+++ b/templates/web/base/front/_list-entry.html
@@ -0,0 +1 @@
+[% INCLUDE 'report/_item.html' no_fixed = 1 %]
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>