From e58a3176acc01a7a909141d83ad0cbd6cad5de20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Thu, 28 Jan 2021 18:52:44 +0100 Subject: [PATCH] Also revamp the admin index --- snikket_web/static/img/icons.svg | 5 +++ snikket_web/templates/admin_home.html | 14 +++++--- snikket_web/translations/messages.pot | 51 ++++++++++++++------------- tools/icons.list | 1 + 4 files changed, 42 insertions(+), 29 deletions(-) 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 %}