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:
Suyash Vardhan Mathur
2021-06-11 14:15:10 +05:30
committed by Tim Abbott
parent 274f73d117
commit 001435a297
6 changed files with 4 additions and 4 deletions

View File

@@ -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: