djblets.integrations.templatetags.integrations¶
Integrations template tags.
Render the integration configuration’s status.
This is deprecated and no longer returns anything.
Deprecated since version 1.0.11: This method no longer serves any purpose, due to major UI changes. It now returns an empty string.
Parameters: - integration (djblets.integrations.integrations.Integration, unused) – The integration to which the config belongs.
- config (djblets.integrations.models.IntegrationConfig, unused) – The configuration whose status is to be rendered.
Returns: An empty string.
Return type: unicode