diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/web/base/around/tabbed_lists.html | 2 | ||||
-rw-r--r-- | templates/web/base/front/recent.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/around/tabbed_lists.html b/templates/web/base/around/tabbed_lists.html index b0d46444d..5418ef914 100755 --- a/templates/web/base/around/tabbed_lists.html +++ b/templates/web/base/around/tabbed_lists.html @@ -1,5 +1,5 @@ [% INCLUDE "reports/_list-filters.html" %] -<ul id="current" class="item-list item-list--reports"> +<ul id="js-reports-list" class="item-list item-list--reports"> [% INCLUDE "around/on_map_list_items.html" %] </ul> diff --git a/templates/web/base/front/recent.html b/templates/web/base/front/recent.html index cb83c51b8..1fe6ad2be 100644 --- a/templates/web/base/front/recent.html +++ b/templates/web/base/front/recent.html @@ -13,7 +13,7 @@ </h2> <section class="full-width"> - <ul class="item-list item-list--reports item-list--front-page"> + <ul id="js-reports-list" class="item-list item-list--reports item-list--front-page"> [% FOREACH problem IN recent_photos %] [% INCLUDE 'front/_list-entry.html' %] [% END %] |