Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Nov 25, 2024
1 parent e05b0f1 commit 9750070
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@

<div tal:define="widget_attrs python:field.widget.get_input_widget_attributes(context, field, value);"
tal:attributes="id python:fieldName;
class python: test(error_id, 'field error ' + 'Archetypes' + widget.getName(), 'field ' + 'Archetypes' + widget.getName()) + ' ' + widget.klass;
data-required python:required and '1' or '0';
python:widget_attrs;">
class python: test(error_id, 'field error ' + 'Archetypes' + widget.getName(), 'field ' + 'Archetypes' + widget.getName()) + ' ' + widget.klass;
data-required python:required and '1' or '0';
python:widget_attrs;">
<!-- ReactJS controlled component -->
</div>

Expand Down

0 comments on commit 9750070

Please sign in to comment.