{% Extends "base.html" %} And {% Block Content %} Inside If Statement (django App)
In a Django template, I want to show different things to authenticated and unauthenticated users. …
Read more
{% Extends "base.html" %} And {% Block Content %} Inside If Statement (django App)