new template _partials for apps.dashboard, incl. _form.html & _scripts.html; respective form, table & content code offloaded from base.html, home.html & list.html; functional_tests.test_my_list TODO resumed (only FT not currently passing, but this is as expected)

This commit is contained in:
Disco DeDisco
2026-02-08 21:43:58 -05:00
parent 8190317c21
commit 306b4c8e5e
6 changed files with 56 additions and 42 deletions

View File

@@ -39,8 +39,6 @@ class MyListsTest(FunctionalTest):
)
)
return # TODO: resume here after templates refactor
self.wait_for(
lambda: self.browser.find_element(By.LINK_TEXT, "Reticulate splines")
)