Skip to content

Commit

Permalink
Added tooltip for the help data from the form type
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquekreuk committed Aug 29, 2023
1 parent ceb42e4 commit 6d13003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{% endblock %}

{% block umbrellacollection_item %}
<td>
<td data-bs-toggle="tooltip" data-bs-html="true" title='{{ item_form.vars.help }}'>
{{ form_widget(item_form) }}
{{ form_errors(item_form) }}
</td>
Expand Down

0 comments on commit 6d13003

Please sign in to comment.