Fixing display of terms and conditions

This commit is contained in:
David Négrier 2021-05-31 18:02:31 +02:00
parent f8cbf41c3a
commit ce645a83ab
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
{/if}
</section>
{#if !DISPLAY_TERMS_OF_USE}
{#if DISPLAY_TERMS_OF_USE}
<section class="terms-and-conditions">
<p>By continuing, you are agreeing our <a href="https://workadventu.re/terms-of-use" target="_blank">terms of use</a>, <a href="https://workadventu.re/privacy-policy" target="_blank">privacy policy</a> and <a href="https://workadventu.re/cookie-policy" target="_blank">cookie policy</a>.</p>
</section>