aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-15 16:51:16 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-15 16:51:16 +0000
commit0025ddb4a197bf99bc5805990f97f64f247a90c8 (patch)
tree2b1509aec9099fbf3fab67ae567f445440bc8a7c
parenteb4868613c063937d7a8fee958c92b33e2adbae4 (diff)
No photo editing on Zurich SDM page.
-rw-r--r--templates/web/zurich/admin/report_edit-sdm.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/web/zurich/admin/report_edit-sdm.html b/templates/web/zurich/admin/report_edit-sdm.html
index e5add67f6..89acfe238 100644
--- a/templates/web/zurich/admin/report_edit-sdm.html
+++ b/templates/web/zurich/admin/report_edit-sdm.html
@@ -27,14 +27,7 @@
[% IF problem.photo %]
[% photo = problem.get_photo_params %]
-<li><img alt="" src="[% c.cobrand.base_url %][% photo.url %]">
-<br>
-[% IF rotated %]Photo may be cached. View image directly to check<br>[% END %]
-<input type="submit" name="rotate_photo" value="Rotate Left" />
-<input type="submit" name="rotate_photo" value="Rotate Right" />
-<br>
-<input type="checkbox" id="publish_photo" name="publish_photo" value="1"[% ' checked' IF problem.extra.publish_photo %]>
-<label class="inline" for="publish_photo">[% loc("Publish photo") %]</label></li>
+<li><img alt="" src="[% c.cobrand.base_url %][% photo.url %]"></li>
[% END %]
<li>[% loc('State:') %] [% states.${problem.state} %]</li>