diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-05 10:50:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-05 10:50:19 +0000 |
commit | 77986b302e0521075fc071bde6d502ec54d8780a (patch) | |
tree | 04103cb3741923acf3bcdb90cc2ac50b52809063 | |
parent | 4a0643fba4998c81505ad75561894af05f9bc0fa (diff) |
Add map to SDM report edit page (fixes b1).
-rw-r--r-- | templates/web/zurich/admin/report_edit-sdm.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/report_edit-sdm.html b/templates/web/zurich/admin/report_edit-sdm.html index faad3ec55..afa6a206e 100644 --- a/templates/web/zurich/admin/report_edit-sdm.html +++ b/templates/web/zurich/admin/report_edit-sdm.html @@ -1,5 +1,13 @@ -[% PROCESS 'admin/header.html' title=tprintf(loc('Editing problem %d'), problem.id ) -%] -[% PROCESS 'admin/report_blocks.html' %] +[% + PROCESS "maps/zurich.html"; + PROCESS 'admin/header.html' + title = tprintf(loc('Editing problem %d'), problem.id ), + bodyclass = 'mappage'; + PROCESS 'admin/report_blocks.html' +-%] + +[% map_html %] +</div> [% status_message %] |