CSS class to point the title of the attachments. See #733CSS class to point the title of the attachments. See #733CSS class to point the title of the attachments. See #733
- Legacy-Id: 8106
This commit is contained in:
parent
574ee09f29
commit
95408eba95
|
@ -20,7 +20,7 @@
|
|||
|
||||
{% for field in fieldset.fields %}
|
||||
<div id="baseform-fieldname-{{ field.html_name }}"
|
||||
class="{% if field.errors %}fieldError {% endif %}field BaseFormStringWidget{% if field.field.column_style %} {{ field.field.column_style }}{% endif %}">
|
||||
class="{% if field.errors %}fieldError {% endif %}field BaseFormStringWidget {{ field.name }}Field {% if field.field.column_style %} {{ field.field.column_style }}{% endif %}">
|
||||
<label for="id_{{ field.html_name }}">{{ field.label }}
|
||||
{% if field.field.required %}
|
||||
<span class="fieldRequired" title="Required">*</span>
|
||||
|
|
Loading…
Reference in a new issue