mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +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
@@ -10,7 +10,7 @@ from jinja2 import Environment
|
||||
from two_factor.templatetags.two_factor import device_action
|
||||
|
||||
from zerver.context_processors import DEFAULT_PAGE_PARAMS
|
||||
from zerver.templatetags.app_filters import display_list, render_markdown_path, webpack_entry
|
||||
from zerver.lib.templates import display_list, render_markdown_path, webpack_entry
|
||||
|
||||
|
||||
def json_dumps(obj: object) -> str:
|
||||
|
||||
Reference in New Issue
Block a user