finish.tpl 461 B

1234567891011121314151617
  1. {% extends 'layout.tpl' %}
  2. {% block content %}
  3. <h3> {{ 'Congratulations Chamilo is now installed!' | trans }} </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>{% autoescape false %}{{ output }}{% endautoescape %}</pre>
  13. {% endblock %}