users.templatetags package

Users app template tags.

Submodules

users.templatetags.user_tags module

Template tags of the users app.

users.templatetags.user_tags.available(providers)[source]

Filter out the unavailable OAuth providers.

Parameters

providers (Iterable[SocialApp]) – The original list of OAuth providers.

Return type

List[SocialApp]

Returns

A list of available OAuth providers.