diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-16 12:15:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-16 12:15:03 +0100 |
commit | 4a7912b97c75d8934bbab33532f0b6ac1e86e47f (patch) | |
tree | 3645cd9bd55c77b71adbe7a8fc74bcc58202ba01 /templates/web/default | |
parent | 4cbadaa9cd86ff3c0a82ccb696d115c2496b287a (diff) |
Generate /reports data on cron.
Diffstat (limited to 'templates/web/default')
-rwxr-xr-x | templates/web/default/errors/generic.html (renamed from templates/web/default/questionnaire/error.html) | 0 | ||||
-rwxr-xr-x | templates/web/default/reports/index.html | 10 |
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/web/default/questionnaire/error.html b/templates/web/default/errors/generic.html index 12aa8e170..12aa8e170 100755 --- a/templates/web/default/questionnaire/error.html +++ b/templates/web/default/errors/generic.html diff --git a/templates/web/default/reports/index.html b/templates/web/default/reports/index.html index bb7824cad..f14fd079e 100755 --- a/templates/web/default/reports/index.html +++ b/templates/web/default/reports/index.html @@ -22,11 +22,11 @@ [%- END -%] > <td align="left"><a href="[% area.url %]">[% area.name %]</a></td> -<td>[% open.${area.id}.new.size or 0 %]</td> -<td>[% open.${area.id}.older.size or 0 %]</td> -<td>[% open.${area.id}.unknown.size or 0 %]</td> -<td>[% fixed.${area.id}.new.size or 0 %]</td> -<td>[% fixed.${area.id}.old.size or 0 %]</td> +<td>[% open.${area.id}.new or 0 %]</td> +<td>[% open.${area.id}.older or 0 %]</td> +<td>[% open.${area.id}.unknown or 0 %]</td> +<td>[% fixed.${area.id}.new or 0 %]</td> +<td>[% fixed.${area.id}.old or 0 %]</td> </tr> [% END %] </table> |