From 17e7a8babf93feb65327db8898b2494c6b490d08 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 23 Apr 2012 18:37:55 +0200 Subject: Add integration with gravatar in the template and adjust documentation --- templates/thread.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/thread.html') diff --git a/templates/thread.html b/templates/thread.html index d6cda67..73685fc 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -1,4 +1,5 @@ {% extends "base_thread.html" %} +{% load gravatar %} {% block title %}{{ app_name }}{% endblock %} @@ -72,7 +73,7 @@