Skip to content

Commit

Permalink
fix: black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ptamarit authored and slint committed Mar 1, 2024
1 parent f0b0393 commit 6352152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions invenio_userprofiles/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ def init_config(self, app):
"invenio_accounts/register_user.html",
),
)
app.config[
"SECURITY_REGISTER_USER_TEMPLATE"
] = "invenio_userprofiles/register_user.html"
app.config["SECURITY_REGISTER_USER_TEMPLATE"] = (
"invenio_userprofiles/register_user.html"
)

0 comments on commit 6352152

Please sign in to comment.