1👍
No, the Django template has nothing to do with this. Your browser sees an iframe and includes it; Django doesn’t control what happens in that iframe, because it’s taken from a completely separate URL.
- [Answer]-Switched to django now tab label width is stretching to tab content width… Hard to explain
- [Answer]-Is there Django view decorator to check a condition that doesn't assume the input is a User?
- [Answer]-Django paypal notify_url not configured correctly or working
- [Answer]-In a Django web application, would large files or many unnecessary import statements slow down my server?
0👍
You should use character codes / HTML entities for this. Something like:
<pre>
<iframe src="imgurl"></iframe>
</pre>
- [Answer]-Django template tag argument count error
- [Answer]-Django 1.6 Transaction Management on large list of Model Objects
- [Answer]-How to display Iftop within Django
Source:stackexchange.com