diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/admin/config_page.html | 1 | ||||
-rw-r--r-- | templates/web/base/open311/index.html | 2 | ||||
-rw-r--r-- | templates/web/fixamingata/open311/index.html | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/templates/web/base/admin/config_page.html b/templates/web/base/admin/config_page.html index 71c524fb3..67661c597 100644 --- a/templates/web/base/admin/config_page.html +++ b/templates/web/base/admin/config_page.html @@ -68,6 +68,7 @@ running version <strong>[% git_version || 'unknown' %]</strong>. </tr> [% INCLUDE with_cobrand value="ALL_REPORTS_PER_PAGE" cob=c.cobrand.reports_per_page %] [% INCLUDE just_value value="RSS_LIMIT" %] +[% INCLUDE just_value value="OPEN311_LIMIT" conf_default = '<em>1000</em>' %] [% INCLUDE just_value value="AREA_LINKS_FROM_PROBLEMS" %] [% INCLUDE subsection heading="Geocoder" %] diff --git a/templates/web/base/open311/index.html b/templates/web/base/open311/index.html index 196cf0db6..99c0fbec0 100644 --- a/templates/web/base/open311/index.html +++ b/templates/web/base/open311/index.html @@ -73,7 +73,7 @@ for council problem-reporting systems.</p> <li><a rel="nofollow" href="http://wiki.open311.org/GeoReport_v2">[% loc('Open311 specification') %]</a></li> </ul> -<p>[% tprintf( loc('At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date.'), c.config.RSS_LIMIT ) %]</p> +<p>[% tprintf( loc('At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date.'), c.config.OPEN311_LIMIT ) %]</p> <p>[% loc('The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name.') %]</p> diff --git a/templates/web/fixamingata/open311/index.html b/templates/web/fixamingata/open311/index.html index 995069ed2..47b270512 100644 --- a/templates/web/fixamingata/open311/index.html +++ b/templates/web/fixamingata/open311/index.html @@ -14,7 +14,7 @@ <li><a rel="nofollow" href="http://wiki.open311.org/GeoReport_v2">[% loc('Open311 specification') %]</a></li> </ul> -<p>[% tprintf( loc('At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date.'), c.config.RSS_LIMIT ) %]</p> +<p>[% tprintf( loc('At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date.'), c.config.OPEN311_LIMIT ) %]</p> <p>[% loc('The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name.') %]</p> |