[extensions-web] Remove incredibly scrapable "Name" and "Email" fields.



commit a2ae9dffb83c93671cf375a02fb281cbeca15c02
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Sep 26 14:31:56 2011 -0400

    Remove incredibly scrapable "Name" and "Email" fields.

 sweettooth/auth/templates/auth/profile.html |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/sweettooth/auth/templates/auth/profile.html b/sweettooth/auth/templates/auth/profile.html
index 0d9298d..a10c0b2 100644
--- a/sweettooth/auth/templates/auth/profile.html
+++ b/sweettooth/auth/templates/auth/profile.html
@@ -7,17 +7,6 @@
   <h2>{{ display_name }}</h2>
   <img class="gravatar" src="{% gravatar_url request.user.email 128 %}">
 
-  <table>
-    <tr>
-      <td>Name</td>
-      <td>{{ request.user.full_name }}</td>
-    </tr>
-    <tr>
-      <td>Email</td>
-      <td>{{ request.user.email }}</td>
-    </tr>
-  </table>
-
   <h3> {{ display_name }} has authored </h3>
   <ul>
     {% for extension in extensions %}



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