79384976

Date: 2025-01-24 16:31:45
Score: 2
Natty:
Report link

{% request.user %} is made available to the template through the context processor "django.template.context_processors.request" while {% user %} is made available to the template through the "django.template.context_processors.auth" context processor.

In the end they all refer to the same user object.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tertese Moses