From 8dc9b07d86e19978a22ce6e5e4657a83a5772ef3 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 17 Nov 2011 07:54:16 +1100 Subject: [PATCH] Remove "name" microdata --- templates/post_reply.html | 2 +- templates/post_thread.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post_reply.html b/templates/post_reply.html index 9da27210..934cc018 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -13,7 +13,7 @@ {# start email #} {% endif %} - {{ post.name }} + {{ post.name }} {% if post.trip|length > 0 %} {{ post.trip }} {% endif %} diff --git a/templates/post_thread.html b/templates/post_thread.html index a441ab8f..604b76e7 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -58,7 +58,7 @@ {# start email #} {% endif %} - {{ post.name }} + {{ post.name }} {% if post.trip|length > 0 %} {{ post.trip }} {% endif %}