Work in progress to implement magazines and issues UI

This commit is contained in:
2025-12-10 15:41:00 +01:00
parent cd1369e9c9
commit 0688725326
8 changed files with 333 additions and 13 deletions

View File

@@ -18,6 +18,8 @@
{% include "cards/consist.html" %}
{% elif d.type == "manufacturer" %}
{% include "cards/manufacturer.html" %}
{% elif d.type == "magazine" or d.type == "issue" %}
{% include "cards/magazine.html" %}
{% elif d.type == "book" or d.type == "catalog" %}
{% include "cards/book.html" %}
{% endif %}