From 12911419a2b306eb70fa801a652bc859ae7e1ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Kol=C3=A1=C5=99?= Date: Fri, 17 Nov 2023 17:04:55 +0100 Subject: [PATCH] feat(requests): refactored request card info --- .../parts/request_match_card.html | 54 +++++++++---------- .../plugins/feature_state_ribbon.html | 2 +- 2 files changed, 27 insertions(+), 29 deletions(-) diff --git a/fiesta/apps/pickup_system/templates/pickup_system/parts/request_match_card.html b/fiesta/apps/pickup_system/templates/pickup_system/parts/request_match_card.html index de7d4771..91649bbf 100644 --- a/fiesta/apps/pickup_system/templates/pickup_system/parts/request_match_card.html +++ b/fiesta/apps/pickup_system/templates/pickup_system/parts/request_match_card.html @@ -7,34 +7,32 @@ {% load pickup_system %} {% block match_card_middle %} -
- - - - - - - - - - - - - - - -
- time ⏱️ - {{ br.time|date:"SHORT_DATETIME_FORMAT" }}
- place 📍 - {{ br.place }}
- location 🗺️ - - see on maps -
+
+
+
+ + time ⏱️ + + {{ br.time|date:"SHORT_DATETIME_FORMAT" }} +
+
+ + place 📍 + + {{ br.place }} +
+
+ + location 🗺️ + + + see on maps + +
+
{% endblock %} diff --git a/fiesta/apps/plugins/templates/plugins/feature_state_ribbon.html b/fiesta/apps/plugins/templates/plugins/feature_state_ribbon.html index a91b81c1..7c265f3e 100644 --- a/fiesta/apps/plugins/templates/plugins/feature_state_ribbon.html +++ b/fiesta/apps/plugins/templates/plugins/feature_state_ribbon.html @@ -2,7 +2,7 @@ {% if request.plugin.app_config.feature_state == request.plugin.app_config.FeatureState.STABLE %} {% elif request.plugin.app_config.feature_state == request.plugin.app_config.FeatureState.EXPERIMENTAL %} -
+
⚠️ warning: the functionality of this plugin is not guaranteed to be stable and may change in the future