[extensions-web] profile.html: Add note that the avatar is managed through Gravatar



commit 4996b30e5a8e9ae5ed5267eda98dc3cd28474a43
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Dec 9 17:33:04 2011 -0500

    profile.html: Add note that the avatar is managed through Gravatar

 .../auth/templates/registration/profile.html       |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/auth/templates/registration/profile.html b/sweettooth/auth/templates/registration/profile.html
index 7e57d9b..c1bf1dc 100644
--- a/sweettooth/auth/templates/registration/profile.html
+++ b/sweettooth/auth/templates/registration/profile.html
@@ -13,6 +13,9 @@
   <h2>{{ display_name }}</h2>
   {% endif %}
   <img class="gravatar" src="{% gravatar_url user.email 128 %}">
+  <p>
+    Your avatar is managed through <a href="https://secure.gravatar.com/";>Gravatar</a>
+  </p>
 
   <h3> {{ display_name }} has authored </h3>
   <ul>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]