Skip to content

Commit 95408eb

Browse files
committed
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 ietf-tools#733
- Legacy-Id: 8106
1 parent 574ee09 commit 95408eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/liaisons/liaisonform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>{{ fieldset.name }}</h2>
2020

2121
{% for field in fieldset.fields %}
2222
<div id="baseform-fieldname-{{ field.html_name }}"
23-
class="{% if field.errors %}fieldError {% endif %}field BaseFormStringWidget{% if field.field.column_style %} {{ field.field.column_style }}{% endif %}">
23+
class="{% if field.errors %}fieldError {% endif %}field BaseFormStringWidget {{ field.name }}Field {% if field.field.column_style %} {{ field.field.column_style }}{% endif %}">
2424
<label for="id_{{ field.html_name }}">{{ field.label }}
2525
{% if field.field.required %}
2626
<span class="fieldRequired" title="Required">*</span>

0 commit comments

Comments
 (0)