aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-09-20 17:17:56 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-09-20 17:17:56 +0100
commit99abfad00e301e3a261820db0d54470d9c4ef10c (patch)
treef43bfdaf0fba222dde584a3dfdcb497794b15e4b /t/cobrand
parent3aca6e562872f6eb27ea7b8a9b31b415d07ddf46 (diff)
parent019eadfe5eee009a61936a1e0939726aef502e6d (diff)
Merge branch 'issues/forcouncils/7-custom-open311-attributes'
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/form_extras/templates/report/new/after_photo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/cobrand/form_extras/templates/report/new/after_photo.html b/t/cobrand/form_extras/templates/report/new/after_photo.html
index b0c08ba20..89ab0b20c 100644
--- a/t/cobrand/form_extras/templates/report/new/after_photo.html
+++ b/t/cobrand/form_extras/templates/report/new/after_photo.html
@@ -2,11 +2,11 @@
[% IF field_errors.address %]
<p class='form-error'>[% field_errors.address %]</p>
[% END %]
-<input type="text" value="[% report.get_extra_metadata('address') | html %]" name="address" id="form_address" required>
+<input class="form-control" type="text" value="[% report.get_extra_metadata('address') | html %]" name="address" id="form_address" required>
<label for="form_passport">Passport number (optional)</label>
[% IF field_errors.passport %]
<p class='form-error'>[% field_errors.passport %]</p>
[% END %]
-<input type="text" value="[% report.get_extra_metadata('passport') | html %]" name="passport" id="form_passport">
+<input class="form-control" type="text" value="[% report.get_extra_metadata('passport') | html %]" name="passport" id="form_passport">