We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f428b8f + d929099 commit ae5a0c5Copy full SHA for ae5a0c5
1 file changed
document_page_reference/models/document_page.py
@@ -91,7 +91,7 @@ def _resolve_reference(self, code):
91
)
92
93
def get_raw_content(self):
94
- return str(self.with_context(raw_reference=True).get_content())
+ return Markup(self.with_context(raw_reference=True).get_content())
95
96
@api.model_create_multi
97
def create(self, vals_list):
0 commit comments