From f5210e5c8a17b63e40293b7fe603d3fce6177f68 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Tue, 30 Nov 2021 15:49:40 +0100 Subject: [PATCH 1/8] mv filters to the left --- castellum/studies/templates/studies/study_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/castellum/studies/templates/studies/study_list.html b/castellum/studies/templates/studies/study_list.html index bed11a955..b000ef50d 100644 --- a/castellum/studies/templates/studies/study_list.html +++ b/castellum/studies/templates/studies/study_list.html @@ -30,7 +30,7 @@
-
+
{% translate 'Membership' %}
-- GitLab From 2b58de933a9392c6e23c17b1f06bf7ddb03139bd Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Tue, 30 Nov 2021 15:50:15 +0100 Subject: [PATCH 2/8] mv search into sidebar --- .../studies/templates/studies/study_list.html | 42 +++++++++---------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/castellum/studies/templates/studies/study_list.html b/castellum/studies/templates/studies/study_list.html index b000ef50d..d54b3055d 100644 --- a/castellum/studies/templates/studies/study_list.html +++ b/castellum/studies/templates/studies/study_list.html @@ -6,31 +6,29 @@ {% block container_class %}container-lg{% endblock %} {% block content %} -
- -
-
- - {% for field in form %} - {% if field.name != 'q' and field.value %} - {{ field.as_hidden }} - {% endif %} - {% endfor %} -
- -
-
-
-
+
+
+
+ + {% for field in form %} + {% if field.name != 'q' and field.value %} + {{ field.as_hidden }} + {% endif %} + {% endfor %} +
+ +
+
+
{% translate 'Membership' %}
-- GitLab From 7b8befa7912d2ff9d69959197069cf06afbfa932 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Tue, 30 Nov 2021 15:50:52 +0100 Subject: [PATCH 3/8] turn pills into tabs --- castellum/studies/templates/studies/study_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/castellum/studies/templates/studies/study_list.html b/castellum/studies/templates/studies/study_list.html index d54b3055d..bb664a08d 100644 --- a/castellum/studies/templates/studies/study_list.html +++ b/castellum/studies/templates/studies/study_list.html @@ -6,7 +6,7 @@ {% block container_class %}container-lg{% endblock %} {% block content %} -