mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
refactor: Rename and move app_filters.py.
Moved the code in zerver/templatetags/app_filters.py to more intuitive location and name at zerver/lib/templates.py.
This commit is contained in:
committed by
Tim Abbott
parent
274f73d117
commit
001435a297
@@ -14,9 +14,9 @@ from zerver.decorator import add_google_analytics_context
|
||||
from zerver.lib.integrations import CATEGORIES, INTEGRATIONS, HubotIntegration, WebhookIntegration
|
||||
from zerver.lib.request import REQ, has_request_variables
|
||||
from zerver.lib.subdomains import get_subdomain
|
||||
from zerver.lib.templates import render_markdown_path
|
||||
from zerver.models import Realm
|
||||
from zerver.openapi.openapi import get_endpoint_from_operationid, get_openapi_summary
|
||||
from zerver.templatetags.app_filters import render_markdown_path
|
||||
|
||||
|
||||
def add_api_uri_context(context: Dict[str, Any], request: HttpRequest) -> None:
|
||||
|
||||
Reference in New Issue
Block a user