Jinja2: add SORTS_COMMON and SORTS_ALL

This commit is contained in:
justcool393 2023-02-16 18:27:16 -06:00
parent 384b4fbd22
commit ba96decb9b
4 changed files with 5 additions and 3 deletions

View file

@ -86,6 +86,8 @@ def inject_constants():
"PERMS":PERMS,
"FEATURES":FEATURES,
"RENDER_DEPTH_LIMIT":RENDER_DEPTH_LIMIT,
"SORTS_COMMON":SORTS_COMMON,
"SORTS_POSTS":SORTS_POSTS,
}