15👍
✅
Whenever you pass an external link to the <a href=''>
tag, always use http
.
So it will be like:
<a href="http://www.google.com">Search More</a>
- [Django]-Adding new form fields dynamically in admin
- [Django]-Show children nodes depending on selected parent
- [Django]-Django CMS page_attribute falls back to other values?
- [Django]-Why Django translation does not use the base language in javascript?
Source:stackexchange.com