From dc7e69756b913a94669ca4aad8791fd2c1cfc51a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 20 Sep 2016 21:48:00 +0200 Subject: Minor improvements fort he public profile template. --- src/web/templates/profile_public.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'src/web') diff --git a/src/web/templates/profile_public.html b/src/web/templates/profile_public.html index 0b12b8df..c67a4e91 100644 --- a/src/web/templates/profile_public.html +++ b/src/web/templates/profile_public.html @@ -3,16 +3,23 @@

{{ user.nickname }}

-
+

{{ _('Member since') }} {{ user.date_created | datetime }}.

{{ _('Last seen:') }} {{ user.last_seen | datetime }}.

-
{{ tag_cloud|safe }}
+
+
+
{{ tag_cloud|safe }}
+
+

Feeds

- {% include "feed_list_simple.html" %} - +
+
+ {% include "feed_list_simple.html" %} +
+
{% endblock %} -- cgit