add base_url to view page
@ -23,7 +23,7 @@
}
</style>
<div id="container">
<iframe id="iframe" sandbox="allow-scripts" src="/files/{{file_path}}"></iframe>
<iframe id="iframe" sandbox="allow-scripts" src="{{base_url}}/files/{{file_path}}"></iframe>
</div>
</body>