From 6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 5 Feb 2013 04:46:04 +0100 Subject: Normalize some variable names --- hyperkitty/templates/user_profile.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hyperkitty/templates/user_profile.html') diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index c967be6..8052bce 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -65,11 +65,11 @@ {% for vote in votes_up %}
  • {% if vote.message.content|trimString|length > 0 %} - {{ vote.message.subject }} by {{ vote.message.sender_name }} ({{ vote.message|viewer_date|date:"l, j F Y H:i:s" }}) {% else %} - Message is empty + Message is empty {% endif %}
  • {% endfor %} @@ -84,11 +84,11 @@ {% for vote in votes_down %}
  • {% if vote.message.content|trimString|length > 0 %} - {{ vote.message.subject }} by {{ vote.message.sender_name }} ({{ vote.message|viewer_date|date:"l, j F Y H:i:s" }}) {% else %} - Message is empty + Message is empty {% endif %}
  • {% endfor %} -- cgit