supporter: Fix detached labels in forms.
This commit is contained in:
parent
fce05b6f99
commit
2993a2c3ad
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ This partial accepts these optional parameters:
|
|||
</div>
|
||||
|
||||
<div class="supporter-form-input">
|
||||
<label for="wantGift">Do you want to receive
|
||||
<label for="on0">Do you want to receive
|
||||
{% if form_id == "renewal" %}
|
||||
another
|
||||
{% else %}
|
||||
|
@ -104,7 +104,7 @@ This partial accepts these optional parameters:
|
|||
</div>
|
||||
|
||||
<div class="supporter-form-input t-shirt-size-selector">
|
||||
<label for="tShirtSize">T-shirt size: </label>
|
||||
<label for="os0">T-shirt size: </label>
|
||||
<div class="input-group">
|
||||
<select name="os0" tabindex="30">
|
||||
<option value="MenS">Men's S</option>
|
||||
|
|
Loading…
Reference in a new issue