aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/collections/list.html
AgeCommit message (Collapse)Author
2024-09-26feat: Modify templates to extend from index_page.Alexander_Kabui
* This ensures we have the global search functionality included for all.
2024-08-21Fix timestamp attribute nameszsloan
They were previously stored as 'created_timestamp' and 'changed_timestamp', but are now stored as 'created' and 'changed'
2024-03-13Make some improvements to the collections list templatezsloan
2023-12-29Namespace all modules under gn2.Arun Isaac
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service.