From a64e48051d90e6a6f2db3d02c427c7700a34f32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 5 Mar 2012 10:45:01 +0100 Subject: [PATCH] No accept/delete buttons for anonymous users --- html/translate.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/translate.html b/html/translate.html index d90c5938d..367d3f885 100644 --- a/html/translate.html +++ b/html/translate.html @@ -55,10 +55,12 @@ {{ suggestion.target|fmttranslation }} {% blocktrans with suggestion.user.get_full_name as user %}Suggested by {{ user }}{% endblocktrans %} +{% if user.is_authenticated %}
Accept Delete
+{% endif %} {% endfor %}