Split queue into dedicated page
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"""Aggregated template exports for ani-cli-web."""
|
||||
|
||||
from config_page import CONFIG_HTML
|
||||
from queue_page import QUEUE_HTML
|
||||
from search_page import INDEX_HTML
|
||||
from template_helpers import PAGE_LINKS, render_page_links, render_sidebar_brand
|
||||
from watchlist_page import WATCHLIST_HTML
|
||||
@@ -11,6 +12,7 @@ __all__ = [
|
||||
"CONFIG_HTML",
|
||||
"INDEX_HTML",
|
||||
"PAGE_LINKS",
|
||||
"QUEUE_HTML",
|
||||
"WATCHLIST_HTML",
|
||||
"render_page_links",
|
||||
"render_sidebar_brand",
|
||||
|
||||
Reference in New Issue
Block a user