finish.tpl 468 B

12345678910111213141516171819202122
  1. {% extends 'layout.tpl' %}
  2. {% block content %}
  3. <h3>Congratulations Chamilo is now installed!</h3>
  4. <a class="btn btn-success btn-large btn-install" href= "{{ app.request.basepath }}../../../index.php" autofocus="autofocus">
  5. {{ 'Go to your newly created portal'|trans }}
  6. </a>
  7. <br />
  8. <br />
  9. Output info:
  10. <br />
  11. <br />
  12. <pre>
  13. {% autoescape false %}
  14. {{ output }}
  15. {% endautoescape %}
  16. </pre>
  17. {% endblock %}