dgrant / django_recipes

Indentation contains mixed spaces and tabs FLK-E101
Bug risk
Major
4 years ago4 years old
indentation contains mixed spaces and tabs
 85        """
 86		just save obj reference for future processing in Inline
 87		"""
 88        request._obj_ = obj 89        return super(RecipeAdmin, self).get_form(request, obj, **kwargs)
 90
 91
indentation contains mixed spaces and tabs
 83
 84    def get_form(self, request, obj=None, **kwargs):
 85        """
 86		just save obj reference for future processing in Inline 87		"""
 88        request._obj_ = obj
 89        return super(RecipeAdmin, self).get_form(request, obj, **kwargs)