diff --git a/snikket_web/static/img/icons.svg b/snikket_web/static/img/icons.svg index 8bdcd83..58bdd80 100644 --- a/snikket_web/static/img/icons.svg +++ b/snikket_web/static/img/icons.svg @@ -132,4 +132,9 @@ licensed under the terms of the Apache 2.0 License --> + + + + + diff --git a/snikket_web/templates/admin_home.html b/snikket_web/templates/admin_home.html index a39d674..41fe0a8 100644 --- a/snikket_web/templates/admin_home.html +++ b/snikket_web/templates/admin_home.html @@ -1,37 +1,41 @@ {% extends "admin_app.html" %} +{% set body_id = "home" %} {% block content %} -

{% trans %}Welcome to the administration dashboard!{% endtrans %}

+

{% trans %}Welcome to the admin panel!{% endtrans %}

{% trans user_name=user_info.display_name %}At your service, {{ user_name }}.{% endtrans %}