~ucl-cs-study-devs/study.cs.ucl-websites/password-cn

« back to all changes in this revision

Viewing changes to src/UCL/StudyBundle/Resources/views/StudyPart/start.html.twig

  • Committer: Steve DODIER-LAZARO
  • Date: 2015-06-21 23:53:48 UTC
  • Revision ID: sdodierl@secdev.cs.ucl.ac.uk-20150621235348-ekewb3ui3nsleekp
Redirecting debriefingAction to the contact page
Adding a setting to trigger auto-install-registration on installAction

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
{% block article_appendix %}
14
14
<hr />
15
15
<p>
16
 
{% if app_install_verification is defined %}
 
16
{% if globals.verify_app_install is defined and globals.verify_app_install == true %}
17
17
{{ 'You must install the application and log in from within the application to continue with the study. If you cannot progress through this step, or if you have already followed the instructions and the site has not updated, please contact us.' | trans }}
18
18
{% else %}
19
19
{{ 'You must install the application to continue with the study. If you cannot progress through this step, or if you have already followed the instructions and the site has not updated, please contact us.' | trans }}