We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83cdfb commit 8d50088Copy full SHA for 8d50088
templates/pages/register/index.html
@@ -36,7 +36,7 @@ <h1 class="title">{{ _("mas.register.create_account.heading") }}</h1>
36
{% endif %}
37
38
<div class="cpd-form-root">
39
- {% for key, value in next["params"]|default({})|items %}
+ {% for key, value in next["params"] | default({}) | items %}
40
<input type="hidden" name="{{ key }}" value="{{ value }}" />
41
{% endfor %}
42
0 commit comments