mirror of
https://github.com/daniviga/django-ram.git
synced 2025-12-27 07:48:31 +01:00
Fully implement UI for magazines
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{% include "cards/consist.html" %}
|
||||
{% elif d.type == "manufacturer" %}
|
||||
{% include "cards/manufacturer.html" %}
|
||||
{% elif d.type == "magazine" or d.type == "issue" %}
|
||||
{% elif d.type == "magazine" or d.type == "magazineissue" %}
|
||||
{% include "cards/magazine.html" %}
|
||||
{% elif d.type == "book" or d.type == "catalog" %}
|
||||
{% include "cards/book.html" %}
|
||||
|
||||
Reference in New Issue
Block a user