Skip to content
Snippets Groups Projects
Commit 5831c75f authored by Tim van Dijen's avatar Tim van Dijen Committed by Tim van Dijen
Browse files

Fix template

parent 1cc03490
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
{# Add error report submit section if we have a valid technical contact. 'errorreportaddress' will only be set if
the technical contact email address has been set. #}
{% if errorReportAddress -%}
{% if errorReportAddress is defined -%}
<h2>{{ '{errors:report_header}' | trans }}</h2>
<form action="{{ errorReportAddress }}" class="pure-form" method="post">
<p>{{ '{errors:report_text}' | trans }}</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment