Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-sorrentino committed Nov 11, 2024
1 parent b711a55 commit 3dc535c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hushline/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def sanitize_input(input_text: str) -> str:
strip=True,
)


def set_field_attribute(input_field: Field, attribute: str, value: str) -> None:
if input_field.render_kw is None:
input_field.render_kw = {}
Expand Down

0 comments on commit 3dc535c

Please sign in to comment.