diff --git a/addons/default/visiosoft/advs-module/resources/js/cats.js b/addons/default/visiosoft/advs-module/resources/js/cats.js index 93dc4d2dc..2b0536cac 100644 --- a/addons/default/visiosoft/advs-module/resources/js/cats.js +++ b/addons/default/visiosoft/advs-module/resources/js/cats.js @@ -35,7 +35,7 @@ $(document).ready(function () { btn = ''; res.forEach(function (link) { btn += ` - ` }) diff --git a/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/users-module/register.twig b/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/users-module/register.twig index 22320988a..a1a2bb511 100644 --- a/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/users-module/register.twig +++ b/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/users-module/register.twig @@ -22,6 +22,22 @@ {% include 'visiosoft.theme.base::addons/anomaly/users-module/partials/register-form' %} +
+ {{ form.fields.accept_terms|raw }} +
+ +
+ {{ form.fields.accept_protection_law|raw }} +
+ +
+ {{ form.fields.accept_privacy_terms|raw }} +
+ +
+ {{ form.fields.receive_sms_emails|raw }} +
+