diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-01 15:36:18 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-01 15:36:18 +0100 |
commit | 1c80ae13c9f43e7ea68d6cbb3be5263319d24984 (patch) | |
tree | dab6c744f34be8872108a49f509ea8cdf50a42d0 | |
parent | f8afc0706cc7b9fba98d1681d21adbf17bf3d823 (diff) |
HTML typos
-rw-r--r-- | templates/web/default/report/new/fill_in_details.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/default/report/new/fill_in_details.html b/templates/web/default/report/new/fill_in_details.html index a11e5a08e..6b1d363a6 100644 --- a/templates/web/default/report/new/fill_in_details.html +++ b/templates/web/default/report/new/fill_in_details.html @@ -85,6 +85,7 @@ <div class='form-error'>[% field_errors.photo %]</div> [% END %] +<div class='form-field'> [% IF upload_fileid || report.photo %] <p>[% loc('You have already attached a photo to this report, attaching another one will replace it.') %]</p> [% IF upload_fileid %] @@ -95,9 +96,8 @@ [% END %] [% END %] -<div class='form-field'> - <label for="form_name">[% loc('Photo:') %]</label> - <input type="file" value="" name="photo" id="form_photo" > + <label for="form_photo">[% loc('Photo:') %]</label> + <input type="file" name="photo" id="form_photo" > </div> |