Skip to content

Commit 8d50088

Browse files
sandhosereivilibre
andauthored
Apply code style suggestion
Co-authored-by: reivilibre <[email protected]>
1 parent a83cdfb commit 8d50088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pages/register/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1 class="title">{{ _("mas.register.create_account.heading") }}</h1>
3636
{% endif %}
3737

3838
<div class="cpd-form-root">
39-
{% for key, value in next["params"]|default({})|items %}
39+
{% for key, value in next["params"] | default({}) | items %}
4040
<input type="hidden" name="{{ key }}" value="{{ value }}" />
4141
{% endfor %}
4242

0 commit comments

Comments
 (0)