From 3feddca4a0e8d4f41f53edb03e33b1d6a8176b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 1 Mar 2012 17:25:06 +0100 Subject: [PATCH] Really stay on position where we handled suggestion --- html/translate.html | 4 ++-- trans/views.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/html/translate.html b/html/translate.html index 957908374..5b78f36e9 100644 --- a/html/translate.html +++ b/html/translate.html @@ -45,8 +45,8 @@ {% blocktrans with suggestion.user.get_full_name as user %}Suggested by {{ user }}{% endblocktrans %}
-Accept -Delete +Accept +Delete
{% endfor %} diff --git a/trans/views.py b/trans/views.py index 86c523d89..903b81657 100644 --- a/trans/views.py +++ b/trans/views.py @@ -153,7 +153,6 @@ def translate(request, project, subproject, lang): 'object': obj, 'title': '%s @ %s' % (obj.__unicode__(), settings.SITE_TITLE), 'unit': unit, - 'oldpos': pos, 'total': total, 'type': rqtype, 'form': form,