Files
ytsm/app/YtManagerApp/templates/YtManagerApp/first_time_setup/done.html

12 lines
284 B
HTML

{% extends "YtManagerApp/master_default.html" %}
{% load crispy_forms_tags %}
{% block body %}
<div class="container">
<h1>Done!</h1>
<p>The setup is finished, and the application is now ready to use!</p>
{% crispy form %}
</div>
{% endblock body %}