diff options
author | Struan Donald <struan@exo.org.uk> | 2012-08-10 11:26:15 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-10 11:26:15 +0100 |
commit | 39c682cb0fc361c0d2393b418d38fc122633defb (patch) | |
tree | 3869062b165ade6151e2f125b06ed48b6f55bbe6 | |
parent | 4d304270c93427301a3a95335182def56ee90833 (diff) | |
parent | 9f0a3731e9fe8204f091cb117ceb74569ea1b475 (diff) |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | templates/web/fixmystreet/questionnaire/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmystreet/questionnaire/index.html b/templates/web/fixmystreet/questionnaire/index.html index ddc1422b1..0c0e8af7f 100644 --- a/templates/web/fixmystreet/questionnaire/index.html +++ b/templates/web/fixmystreet/questionnaire/index.html @@ -96,9 +96,9 @@ your experience of getting the problem fixed?') %]</p> <p>[% loc('Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?') %]</p> <p> <input type="radio" name="another" id="another_yes" value="Yes"[% ' checked' IF another == 'Yes' %]> - <label for="another_yes">[% loc('Yes') %]</label> + <label class="inline" for="another_yes">[% loc('Yes') %]</label> <input type="radio" name="another" id="another_no" value="No"[% ' checked' IF another == 'No' %]> - <label for="another_no">[% loc('No') %]</label> + <label class="inline" for="another_no">[% loc('No') %]</label> </p> </div> |