Remove unused variable

This commit is contained in:
Quentin Legrand 2019-06-13 13:58:23 +02:00
parent 8be228f142
commit bc049eedec
1 changed files with 0 additions and 1 deletions

View File

@ -274,7 +274,6 @@ def exception_decorator(func):
message="User '" + user + "' already exist"
)
elif et is GroupDoesntExist:
group = e.group
return self.temp['error.tmpl'].render(
is_admin=is_admin,
alert='danger',