Improve UX and filtering

This commit is contained in:
2023-10-17 13:44:30 +02:00
parent 7865bf04f0
commit 97989c3384
7 changed files with 28 additions and 23 deletions

View File

@@ -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" %}