From 97989c3384bcf4009bce25be7381f51d30595e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Tue, 17 Oct 2023 13:44:30 +0200 Subject: [PATCH] Improve UX and filtering --- ram/portal/templates/base.html | 36 +++++++++---------- ram/portal/templates/cards.html | 2 +- .../cards/{rolling_stock.html => roster.html} | 0 ram/portal/templates/rollingstock.html | 2 +- ram/portal/views.py | 5 ++- ram/ram/__init__.py | 2 +- ram/ram/urls.py | 4 +++ 7 files changed, 28 insertions(+), 23 deletions(-) rename ram/portal/templates/cards/{rolling_stock.html => roster.html} (100%) diff --git a/ram/portal/templates/base.html b/ram/portal/templates/base.html index c16101b..97126fc 100644 --- a/ram/portal/templates/base.html +++ b/ram/portal/templates/base.html @@ -151,29 +151,27 @@