Skip to content

Commit

Permalink
Bugfix CSS, see: django-oscar#16
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Feb 1, 2019
1 parent fb36555 commit b9541c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscar_docdata/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ def __init__(self, id):

def to_xml(self, factory):
node = factory.create("ns0:css")
node.id = self.id
node._id = self.id
return node

class MenuPreferences:
Expand Down

0 comments on commit b9541c4

Please sign in to comment.