Fixed URL for iframe not being encoded
This commit is contained in:
parent
3d8566af04
commit
64f6e33b34
@ -44,7 +44,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /#sidebar-wrapper -->
|
||||
<iframe id="preview" style="width:100%" src="{% url 'iframe' encodedurl=url %}"></iframe>
|
||||
<iframe id="preview" style="width:100%" src="{% url 'iframe' encodedurl=encodedurl %}"></iframe>
|
||||
<script>
|
||||
$(function() {
|
||||
function handleResize() {
|
||||
|
Loading…
Reference in New Issue
Block a user