From edb40248cd1fe4efc305105021d0e1e73fa413db Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 19 Oct 2018 09:51:48 +0100 Subject: [PATCH] people: Add some text to the index page Signed-off-by: Michael Tremer --- src/templates/people/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/templates/people/index.html b/src/templates/people/index.html index 3b8ced9f..e1fa322f 100644 --- a/src/templates/people/index.html +++ b/src/templates/people/index.html @@ -4,7 +4,15 @@ {% block content %}
-

{{ _("Hello, %s!") % current_user.first_name }}

+
+
+

{{ _("Hello, %s!") % current_user.first_name }}

+ +

+ {{ _("Welcome to the IPFire People Portal where you can manage your account and get in touch with others") }} +

+
+
{% module Channels(current_user) %} -- 2.39.5