mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-05 13:47:49 +02:00
Improve UX and filtering
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{% block cards %}
|
||||
{% for d in data %}
|
||||
{% if d.type == "rolling_stock" %}
|
||||
{% include "cards/rolling_stock.html" %}
|
||||
{% include "cards/roster.html" %}
|
||||
{% elif d.type == "company" %}
|
||||
{% include "cards/company.html" %}
|
||||
{% elif d.type == "rolling_stock_type" %}
|
||||
|
Reference in New Issue
Block a user