diff options
Diffstat (limited to 'module/web/templates/default/setup.html')
-rw-r--r-- | module/web/templates/default/setup.html | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/module/web/templates/default/setup.html b/module/web/templates/default/setup.html index 39ef6f1e8..e5c9f4b8c 100644 --- a/module/web/templates/default/setup.html +++ b/module/web/templates/default/setup.html @@ -1,13 +1,16 @@ {% extends 'default/base.html' %} - -{% block title %}{{ _("Setup") }} - {{ super() }} {% endblock %} -{% block subtitle %}{{ _("Setup") }}{% endblock %} -{% block headpanel %}Welcome to pyLoad{% endblock %} -{% block menu %} - <li style="height: 25px"> <!-- Needed to get enough margin --> - </li> +{% block title %} + {{_("Setup")}} - {{ super()}} {% endblock %} {% block content %} - Comming Soon. + <div class="hero-unit"> + <h1>You did it!</h1> + <p>pyLoad is running and ready for configuration.</p> + <p> + <a class="btn btn-primary btn-large"> + Go on + </a> + </p> + </div> {% endblock %}
\ No newline at end of file |