mirror of
https://github.com/daniviga/django-ram.git
synced 2025-12-27 07:48:31 +01:00
Work in progress to implement magazines and issues UI
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user