diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-08 16:23:41 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-08 16:23:41 +0000 |
commit | be482299459e01d684ef8fd2b0bb947bc7bf0d49 (patch) | |
tree | 6be34ff9c7f5dab392c4e011a1484d41a43af466 | |
parent | 4e8afc117eae6d315392fcd2d12bc38a8330bd14 (diff) |
Correct default setting of photo publish checkbox.
-rw-r--r-- | templates/web/zurich/admin/report_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html index 2a1b54416..1d2152781 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -57,7 +57,7 @@ <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"> +<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> [% END %] </ul> |