Commit 3d2f657b authored by Michal Čihař's avatar Michal Čihař

Correct variable name

parent e5c79bf9
......@@ -387,9 +387,9 @@ class LanguageManager(models.Manager):
lang.direction = 'ltr'
# Get plural type
self.plural_tupe = get_plural_type(
self.code,
self.pluralequation
lang.plural_tupe = get_plural_type(
lang.code,
lang.pluralequation
)
# Save language
......
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