1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-18 14:48:28 +01:00

[ticket/16287] Remove loops. prefix in providers loop

PHPBB3-16287
This commit is contained in:
Marc Alexander 2020-01-03 08:57:09 +01:00
parent b3f80239c1
commit d50d1101fb
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -54,7 +54,7 @@
<form action="{U_COLLECT_STATS}" method="post" target="questionaire_result" id="questionnaire-form">
<fieldset>
<p class="submit-buttons">
{% for providers in loops.providers %}
{% for providers in providers %}
{% for values in providers.values %}
<input type="hidden" name="{{ providers.NAME }}[{{ values.KEY }}]" value="{{ values.VALUE }}" />
{% endfor %}