Commit f9011e9a authored by Michal Čihař's avatar Michal Čihař

Add missing permission check

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 46b2d940
......@@ -842,6 +842,7 @@ def load_zen(request, project, subproject, lang):
)
@permission_required('trans.save_translation')
def save_zen(request, project, subproject, lang):
'''
Save handler for zen mode.
......
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