Skip to content

Commit

Permalink
Dev: fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 19, 2017
1 parent e9b2248 commit f44ebf3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{#
If survey mode is "All in One", it will add the welcome/privacy messages if needed
If survey mode is "All in One", it will add the welcome/privacy messages if needed
#}
{% if aSurveyInfo.format == 'A' %}
{% if not aSurveyInfo.showwelcome is defined or not aSurveyInfo.showwelcome != 'N' %}
{{ include('../welcome.twig') }}
{{ include('welcome.twig') }}
{% endif %}

{% if aSurveyInfo.anonymized == 'Y' %}
{{ include('../privacy.twig') }}
{{ include('privacy.twig') }}
{% endif %}
{% endif %}

0 comments on commit f44ebf3

Please sign in to comment.