]> git.ipfire.org Git - ipfire.org.git/commitdiff
people: Add some text to the index page
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 19 Oct 2018 08:51:48 +0000 (09:51 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 19 Oct 2018 08:51:48 +0000 (09:51 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/people/index.html

index 3b8ced9f513959846f6c7e76fd14434db84a96d9..e1fa322fa28e3a54f08d6b9258309b4a1c5fca65 100644 (file)
@@ -4,7 +4,15 @@
 
 {% block content %}
        <section>
-               <h1>{{ _("Hello, %s!") % current_user.first_name }}</h1>
+               <div class="row">
+                       <div class="col col-lg-6">
+                               <h1>{{ _("Hello, %s!") % current_user.first_name }}</h1>
+
+                               <p>
+                                       {{ _("Welcome to the IPFire People Portal where you can manage your account and get in touch with others") }}
+                               </p>
+                       </div>
+               </div>
        </section>
 
        {% module Channels(current_user) %}