Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 строки
421B

  1. <?= $this->extend('templates/base') ?>
  2. <!-- title -->
  3. <?= $this->section('title') ?>Prestador<?= $this->endSection() ?>
  4. <!-- content -->
  5. <?= $this->section('content') ?>
  6. <h1>Tus datos han sido registrados correctamente</h1>
  7. <h5>Una vez que sean revisados, podrás acceder a tu cuenta.</h5>
  8. <h6>
  9. (Aún puedes
  10. <a href="<?= route_to('registro') ?>">actualizar tus datos</a>
  11. )
  12. </h6>
  13. <?= $this->endSection() ?>