Commit 64b50f6a authored by Michal Čihař's avatar Michal Čihař

Remove duplicate decorator

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 8b736d24
......@@ -598,7 +598,6 @@ def translate(request, project, subproject, lang):
)
@login_required
@permission_required('trans.automatic_translation')
def auto_translation(request, project, subproject, lang):
translation = get_translation(request, project, subproject, lang)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment