Change portrait to picture on rider form
This commit is contained in:
parent
7790bdde33
commit
794be3bccf
1 changed files with 2 additions and 2 deletions
|
|
@ -74,9 +74,9 @@
|
||||||
<div class="form-group m-form__group row">
|
<div class="form-group m-form__group row">
|
||||||
<label class="col-lg-2 col-form-label" data-field="image_file">
|
<label class="col-lg-2 col-form-label" data-field="image_file">
|
||||||
{% if mode == 'update' %}
|
{% if mode == 'update' %}
|
||||||
Replace Portrait:
|
Replace Picture:
|
||||||
{% else %}
|
{% else %}
|
||||||
Portrait:
|
Picture:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</label>
|
</label>
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue