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 84604a2 commit 643bfbcCopy full SHA for 643bfbc
1 file changed
view/_macros.twig
@@ -4,7 +4,7 @@
4
{%- elseif value starts with '/' -%}
5
{{ value }}
6
{%- else -%}
7
- /download/{{ form_id }}?file={{ value }}
+ /download/{{ formId }}?file={{ value }}
8
{%- endif -%}
9
{%- endmacro -%}
10
0 commit comments