diff options
Diffstat (limited to 'templates/web/base/my')
-rw-r--r-- | templates/web/base/my/my.html | 1 | ||||
-rw-r--r-- | templates/web/base/my/planned.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/my/my.html b/templates/web/base/my/my.html index 69f686f68..cddb37b6e 100644 --- a/templates/web/base/my/my.html +++ b/templates/web/base/my/my.html @@ -1,5 +1,6 @@ [% SET bodyclass = 'mappage'; + PROCESS "report/photo-js.html"; PROCESS "maps/${map.type}.html" IF problems.size; INCLUDE 'header.html', title = loc('Your Reports') %] diff --git a/templates/web/base/my/planned.html b/templates/web/base/my/planned.html index 19d29f970..eab84bb9b 100644 --- a/templates/web/base/my/planned.html +++ b/templates/web/base/my/planned.html @@ -1,5 +1,6 @@ [% SET bodyclass = 'mappage'; + PROCESS "report/photo-js.html"; PROCESS "maps/${map.type}.html" IF problems.size; INCLUDE 'header.html', title = loc('Your shortlist') %] |