@@ -85,6 +85,9 @@ AppAsset::register($this); | |||
</footer> | |||
<?php $this->endBody() ?> | |||
<!-- chat --> | |||
<script src="//code.tidio.co/gngxwpdobb64cpvhd8patajpurs5feom.js"></script> | |||
</body> | |||
</html> | |||
<?php $this->endPage() ?> |
@@ -74,6 +74,9 @@ AppAsset::register($this); | |||
</footer> | |||
<?php $this->endBody() ?> | |||
<!-- chat --> | |||
<script src="//code.tidio.co/gngxwpdobb64cpvhd8patajpurs5feom.js"></script> | |||
</body> | |||
</html> | |||
<?php $this->endPage() ?> |
@@ -11,10 +11,7 @@ $this->params['breadcrumbs'][] = $this->title; | |||
?> | |||
<div class="site-signup"> | |||
<h1 class="title-systeme-commande"><span class="glyphicon glyphicon-user"></span> <?= Html::encode($this->title) ?></h1> | |||
<p>Veuillez remplir les champs suivants afin de créer votre compte.<br /> | |||
Tous les champs sont obligatoires.</p> | |||
<div class="row"> | |||
<div class="col-lg-5"> | |||
<?php $form = ActiveForm::begin(['id' => 'form-signup','enableClientValidation'=> false]); ?> |