Skip to content

Commit

Permalink
Dev: moved privacy files to a subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 19, 2017
1 parent 867728b commit f8c5eff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/default/views/layout_first_page.twig
Expand Up @@ -50,7 +50,7 @@
{{ include('welcome.twig') }}

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

{# Presents the navigator #}
Expand Down
2 changes: 1 addition & 1 deletion templates/default/views/layout_main.twig
Expand Up @@ -107,7 +107,7 @@
{{ include('./subviews/no_js_alert.twig') }}

{# If survey mode is "All in One", it will add the welcome/privacy messages if needed #}
{{ include('./subviews/allinone_mode_welcome_privacy.twig') }}
{{ include('./subviews/privacy/allinone_mode_welcome_privacy.twig') }}

{#
PRESENT THE QUESTION GROUPS
Expand Down
Expand Up @@ -24,6 +24,6 @@
{% endif %}

{% if aSurveyInfo.anonymized == 'Y' %}
{{ include('privacy.twig') }}
{{ include('./subviews/privacy/privacy.twig') }}
{% endif %}
{% endif %}
File renamed without changes.

0 comments on commit f8c5eff

Please sign in to comment.