From 0637b6b97fec94799c3733e8b20519456814fce8 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 30 Aug 2012 18:23:45 +0200 Subject: Normalize tabs to spaces --- hyperkitty/templates/message.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index 5fd81a8..5d061e5 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -62,10 +62,10 @@ {% else %} alert('You need to login in order to vote'); {% endif %} - + }); - }); + }); {% endblock %} -- cgit