From: Michael Tremer Date: Fri, 19 Oct 2018 08:51:48 +0000 (+0100) Subject: people: Add some text to the index page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edb40248cd1fe4efc305105021d0e1e73fa413db;p=ipfire.org.git people: Add some text to the index page Signed-off-by: Michael Tremer --- 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) %}