You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the code for the Cloudinary link is being repeated like 6 times now in base.html and view.html templates. Don't Repeat Yourself and let's set this as a {{ variable }} that can be called in the templates.
So the code for the Cloudinary link is being repeated like 6 times now in base.html and view.html templates. Don't Repeat Yourself and let's set this as a {{ variable }} that can be called in the templates.
DRY code = less errors.