Commit 825e097a authored by Serge S. Koval's avatar Serge S. Koval

Typo fix

parent 47cdedd6
...@@ -33,7 +33,7 @@ class InlineFormAdmin(object): ...@@ -33,7 +33,7 @@ class InlineFormAdmin(object):
""" """
self.model = model self.model = model
for k in self.defaults: for k in self._defaults:
if not hasattr(self, k): if not hasattr(self, k):
setattr(self, k, None) setattr(self, k, None)
......
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