MCPcopy
hub / github.com/django/django / get_context_data

Method get_context_data

django/contrib/auth/views.py:348–351  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

346 title = _("Password reset complete")
347
348 def get_context_data(self, **kwargs):
349 context = super().get_context_data(**kwargs)
350 context["login_url"] = resolve_url(settings.LOGIN_URL)
351 return context
352
353
354@method_decorator(

Callers

nothing calls this directly

Calls 2

resolve_urlFunction · 0.90
get_context_dataMethod · 0.45

Tested by

no test coverage detected