Fix labels for Odometer Reading and Proof of Payment. #490

This commit is contained in:
Korina Cordero 2020-09-16 06:13:43 +00:00
parent 59ecc19ef7
commit 32f2b21dbf

View file

@ -566,7 +566,7 @@
<img id="image-3-source" src="{{ asset('/uploads/jo_extra/' ~ picture) }}" style="width: 150px; height: 150px;" /> <img id="image-3-source" src="{{ asset('/uploads/jo_extra/' ~ picture) }}" style="width: 150px; height: 150px;" />
</a> </a>
<br> <br>
<label>Proof of Payment</label> <label>Odometer Reading</label>
</div> </div>
{% endif %} {% endif %}
{% if key == 'image_4' %} {% if key == 'image_4' %}
@ -575,7 +575,7 @@
<img id="image-4-source" src="{{ asset('/uploads/jo_extra/' ~ picture) }}" style="width: 150px; height: 150px;" /> <img id="image-4-source" src="{{ asset('/uploads/jo_extra/' ~ picture) }}" style="width: 150px; height: 150px;" />
</a> </a>
<br> <br>
<label>Odometer</label> <label>Proof of Payment</label>
</div> </div>
{% endif %} {% endif %}