From 323c6296a9c8066a0e7a849281d89e8bdfeafbf3 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Fri, 5 Dec 2014 01:45:57 -0500 Subject: avatars for everyone! --- static/gfx/Enguerrand.jpg | Bin 0 -> 2831 bytes static/gfx/Guillaume.jpg | Bin 0 -> 4545 bytes static/gfx/Maman.jpg | Bin 0 -> 2108 bytes static/gfx/Papa.jpg | Bin 0 -> 2550 bytes static/gfx/Thibaut.jpg | Bin 0 -> 3137 bytes static/main.css | 4 ++++ templates/news/show.html | 7 ++++--- 7 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 static/gfx/Enguerrand.jpg create mode 100644 static/gfx/Guillaume.jpg create mode 100644 static/gfx/Maman.jpg create mode 100644 static/gfx/Papa.jpg create mode 100644 static/gfx/Thibaut.jpg diff --git a/static/gfx/Enguerrand.jpg b/static/gfx/Enguerrand.jpg new file mode 100644 index 0000000..aff2bd0 Binary files /dev/null and b/static/gfx/Enguerrand.jpg differ diff --git a/static/gfx/Guillaume.jpg b/static/gfx/Guillaume.jpg new file mode 100644 index 0000000..b21af8f Binary files /dev/null and b/static/gfx/Guillaume.jpg differ diff --git a/static/gfx/Maman.jpg b/static/gfx/Maman.jpg new file mode 100644 index 0000000..1e0ed89 Binary files /dev/null and b/static/gfx/Maman.jpg differ diff --git a/static/gfx/Papa.jpg b/static/gfx/Papa.jpg new file mode 100644 index 0000000..8a324e1 Binary files /dev/null and b/static/gfx/Papa.jpg differ diff --git a/static/gfx/Thibaut.jpg b/static/gfx/Thibaut.jpg new file mode 100644 index 0000000..c53eedb Binary files /dev/null and b/static/gfx/Thibaut.jpg differ diff --git a/static/main.css b/static/main.css index 9e299ce..c546e8c 100644 --- a/static/main.css +++ b/static/main.css @@ -39,3 +39,7 @@ p.kadoscope{ background-position : center; height : 130px; } + +.media-left img{ + width: 64px; +} \ No newline at end of file diff --git a/templates/news/show.html b/templates/news/show.html index 54a8645..3bdaa9b 100644 --- a/templates/news/show.html +++ b/templates/news/show.html @@ -16,9 +16,10 @@ {% endif %} {% for comment in comments %}
- - pomme - +
+ {{comment.user_name}} +

{{comment.date|format_date}}

{{comment.user_name}}

-- cgit v1.2.3-70-g09d2