django-spire 0.16.10__py3-none-any.whl → 0.16.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- django_spire/ai/chat/templates/django_spire/ai/chat/dropdown/ellipsis_dropdown.html +2 -2
- django_spire/ai/chat/templates/django_spire/ai/chat/widget/search_chat_widget.html +1 -1
- django_spire/auth/group/templates/django_spire/auth/group/element/group_perm_element.html +50 -32
- django_spire/auth/group/templates/django_spire/auth/group/element/group_special_role_element.html +51 -34
- django_spire/auth/templates/django_spire/auth/page/login_page.html +8 -9
- django_spire/auth/templates/django_spire/auth/page/logout_page.html +1 -1
- django_spire/auth/templates/django_spire/auth/page/password_set_form_page.html +1 -1
- django_spire/comment/templates/django_spire/comment/element/comment_button_element.html +4 -4
- django_spire/comment/templates/django_spire/comment/element/comment_textarea_element.html +1 -1
- django_spire/comment/templates/django_spire/comment/widget/tagging_widget.html +1 -1
- django_spire/consts.py +1 -1
- django_spire/contrib/form/templates/django_spire/contrib/form/button/form_submit_button.html +1 -1
- django_spire/contrib/help/templates/django_spire/contrib/help/help_modal.html +2 -2
- django_spire/core/context_processors.py +0 -3
- django_spire/core/static/django_spire/css/app-default.css +1 -0
- django_spire/core/static/django_spire/css/bootstrap-extension.css +15 -0
- django_spire/core/templates/django_spire/badge/accent_badge.html +1 -1
- django_spire/core/templates/django_spire/badge/primary_badge.html +1 -1
- django_spire/core/templates/django_spire/badge/secondary_badge.html +1 -1
- django_spire/core/templates/django_spire/badge/warning_badge.html +1 -1
- django_spire/core/templates/django_spire/card/delete_confirmation_form_card.html +1 -1
- django_spire/core/templates/django_spire/card/title_card.html +1 -2
- django_spire/core/templates/django_spire/dropdown/dropdown.html +1 -1
- django_spire/core/templates/django_spire/dropdown/element/dropdown_link_element.html +16 -16
- django_spire/core/templates/django_spire/dropdown/element/ellipsis_dropdown_modal_link_element.html +11 -8
- django_spire/core/templates/django_spire/filtering/form/base_session_filter_form.html +2 -2
- django_spire/core/templates/django_spire/modal/content/dispatch_modal_delete_confirmation_content.html +1 -1
- django_spire/core/templates/django_spire/navigation/accordion/nav_accordion.html +0 -1
- django_spire/core/templates/django_spire/navigation/top_navigation.html +13 -0
- django_spire/core/templates/django_spire/page/center_card_page.html +1 -1
- django_spire/core/templates/django_spire/wizard/wizard.html +4 -4
- django_spire/help_desk/apps.py +8 -0
- django_spire/help_desk/auth/__init__.py +0 -0
- django_spire/help_desk/auth/controller.py +15 -0
- django_spire/help_desk/templates/django_spire/help_desk/card/ticket_detail_card.html +3 -9
- django_spire/help_desk/templates/django_spire/help_desk/card/ticket_list_card.html +9 -10
- django_spire/help_desk/templates/django_spire/help_desk/element/icon.html +3 -0
- django_spire/help_desk/templates/django_spire/help_desk/form/ticket_form.html +1 -1
- django_spire/help_desk/templates/django_spire/help_desk/item/ticket_item.html +33 -32
- django_spire/help_desk/views/form_views.py +3 -3
- django_spire/help_desk/views/page_views.py +4 -5
- django_spire/knowledge/entry/views/json_views.py +1 -1
- django_spire/knowledge/templates/django_spire/knowledge/collection/card/context_menu_card.html +5 -5
- django_spire/knowledge/templates/django_spire/knowledge/entry/card/context_menu_card.html +5 -5
- django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/dropdown/add_dropdown.html +1 -0
- django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown.html +1 -1
- django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown_content.html +6 -3
- django_spire/settings.py +1 -0
- django_spire/theme/templates/django_spire/theme/card/colors_preview_card.html +9 -9
- django_spire/theme/templates/django_spire/theme/card/example_preview_card.html +2 -2
- django_spire/theme/templates/django_spire/theme/card/preview_card.html +6 -6
- django_spire/theme/templates/django_spire/theme/example/item/example_item.html +2 -2
- django_spire/theme/templates/django_spire/theme/section/badge_section.html +4 -4
- django_spire/theme/templates/django_spire/theme/section/color_section.html +32 -32
- {django_spire-0.16.10.dist-info → django_spire-0.16.11.dist-info}/METADATA +1 -1
- {django_spire-0.16.10.dist-info → django_spire-0.16.11.dist-info}/RECORD +59 -56
- {django_spire-0.16.10.dist-info → django_spire-0.16.11.dist-info}/WHEEL +0 -0
- {django_spire-0.16.10.dist-info → django_spire-0.16.11.dist-info}/licenses/LICENSE.md +0 -0
- {django_spire-0.16.10.dist-info → django_spire-0.16.11.dist-info}/top_level.txt +0 -0
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
<div class="col-4">
|
|
5
5
|
<h5>Primary Colors</h5>
|
|
6
6
|
<div class="mb-3 p-3 bg-app-primary">--app-primary</div>
|
|
7
|
-
<div class="mb-3 p-3 bg-app-primary-soft
|
|
8
|
-
<div class="mb-3 p-3 bg-app-primary-dark
|
|
7
|
+
<div class="mb-3 p-3 bg-app-primary-soft">--app-primary-soft</div>
|
|
8
|
+
<div class="mb-3 p-3 bg-app-primary-dark">--app-primary-dark</div>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="col-4">
|
|
11
11
|
<h5>Secondary Colors</h5>
|
|
12
12
|
<div class="mb-3 p-3 bg-app-secondary">--app-secondary</div>
|
|
13
|
-
<div class="mb-3 p-3 bg-app-secondary-soft
|
|
14
|
-
<div class="mb-3 p-3 bg-app-secondary-dark
|
|
13
|
+
<div class="mb-3 p-3 bg-app-secondary-soft">--app-secondary-soft</div>
|
|
14
|
+
<div class="mb-3 p-3 bg-app-secondary-dark">--app-secondary-dark</div>
|
|
15
15
|
</div>
|
|
16
16
|
<div class="col-4">
|
|
17
17
|
<h5>Accent Colors</h5>
|
|
18
18
|
<div class="mb-3 p-3 bg-app-accent">--app-accent</div>
|
|
19
|
-
<div class="mb-3 p-3 bg-app-accent-soft
|
|
20
|
-
<div class="mb-3 p-3 bg-app-accent-dark
|
|
19
|
+
<div class="mb-3 p-3 bg-app-accent-soft">--app-accent-soft</div>
|
|
20
|
+
<div class="mb-3 p-3 bg-app-accent-dark">--app-accent-dark</div>
|
|
21
21
|
</div>
|
|
22
22
|
</div>
|
|
23
23
|
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
<div class="col-4">
|
|
26
26
|
<h5>Success Colors</h5>
|
|
27
27
|
<div class="mb-3 p-3 bg-app-success">--app-success</div>
|
|
28
|
-
<div class="mb-3 p-3 bg-app-success-soft
|
|
29
|
-
<div class="mb-3 p-3 bg-app-success-dark
|
|
28
|
+
<div class="mb-3 p-3 bg-app-success-soft">--app-success-soft</div>
|
|
29
|
+
<div class="mb-3 p-3 bg-app-success-dark">--app-success-dark</div>
|
|
30
30
|
</div>
|
|
31
31
|
<div class="col-4">
|
|
32
32
|
<h5>Warning Colors</h5>
|
|
33
|
-
<div class="mb-3 p-3 bg-app-warning
|
|
34
|
-
<div class="mb-3 p-3 bg-app-warning-soft
|
|
35
|
-
<div class="mb-3 p-3 bg-app-warning-dark
|
|
33
|
+
<div class="mb-3 p-3 bg-app-warning">--app-warning</div>
|
|
34
|
+
<div class="mb-3 p-3 bg-app-warning-soft">--app-warning-soft</div>
|
|
35
|
+
<div class="mb-3 p-3 bg-app-warning-dark">--app-warning-dark</div>
|
|
36
36
|
</div>
|
|
37
37
|
<div class="col-4">
|
|
38
38
|
<h5>Danger Colors</h5>
|
|
39
|
-
<div class="mb-3 p-3 bg-app-danger
|
|
40
|
-
<div class="mb-3 p-3 bg-app-danger-soft
|
|
41
|
-
<div class="mb-3 p-3 bg-app-danger-dark
|
|
39
|
+
<div class="mb-3 p-3 bg-app-danger">--app-danger</div>
|
|
40
|
+
<div class="mb-3 p-3 bg-app-danger-soft">--app-danger-soft</div>
|
|
41
|
+
<div class="mb-3 p-3 bg-app-danger-dark">--app-danger-dark</div>
|
|
42
42
|
</div>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
@@ -79,68 +79,68 @@
|
|
|
79
79
|
<h5>Complete Color Palette</h5>
|
|
80
80
|
<div class="d-flex flex-wrap">
|
|
81
81
|
<!-- Primary Colors -->
|
|
82
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary
|
|
82
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary"
|
|
83
83
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Primary
|
|
84
84
|
</div>
|
|
85
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary-soft
|
|
85
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary-soft"
|
|
86
86
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Primary Soft
|
|
87
87
|
</div>
|
|
88
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary-dark
|
|
88
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-primary-dark"
|
|
89
89
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Primary Dark
|
|
90
90
|
</div>
|
|
91
91
|
|
|
92
92
|
<!-- Secondary Colors -->
|
|
93
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary
|
|
93
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary"
|
|
94
94
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Secondary
|
|
95
95
|
</div>
|
|
96
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary-soft
|
|
96
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary-soft"
|
|
97
97
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Secondary Soft
|
|
98
98
|
</div>
|
|
99
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary-dark
|
|
99
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-secondary-dark"
|
|
100
100
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Secondary Dark
|
|
101
101
|
</div>
|
|
102
102
|
|
|
103
103
|
<!-- Accent Colors -->
|
|
104
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent
|
|
104
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent"
|
|
105
105
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Accent
|
|
106
106
|
</div>
|
|
107
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent-soft
|
|
107
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent-soft"
|
|
108
108
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Accent Soft
|
|
109
109
|
</div>
|
|
110
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent-dark
|
|
110
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-accent-dark"
|
|
111
111
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Accent Dark
|
|
112
112
|
</div>
|
|
113
113
|
|
|
114
114
|
<!-- Success Colors -->
|
|
115
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success
|
|
115
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success"
|
|
116
116
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Success
|
|
117
117
|
</div>
|
|
118
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success-soft
|
|
118
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success-soft"
|
|
119
119
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Success Soft
|
|
120
120
|
</div>
|
|
121
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success-dark
|
|
121
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-success-dark"
|
|
122
122
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Success Dark
|
|
123
123
|
</div>
|
|
124
124
|
|
|
125
125
|
<!-- Warning Colors -->
|
|
126
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning
|
|
126
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning"
|
|
127
127
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Warning
|
|
128
128
|
</div>
|
|
129
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning-soft
|
|
129
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning-soft"
|
|
130
130
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Warning Soft
|
|
131
131
|
</div>
|
|
132
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning-dark
|
|
132
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-warning-dark"
|
|
133
133
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Warning Dark
|
|
134
134
|
</div>
|
|
135
135
|
|
|
136
136
|
<!-- Danger Colors -->
|
|
137
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger
|
|
137
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger"
|
|
138
138
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Danger
|
|
139
139
|
</div>
|
|
140
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger-soft
|
|
140
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger-soft"
|
|
141
141
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Danger Soft
|
|
142
142
|
</div>
|
|
143
|
-
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger-dark
|
|
143
|
+
<div class="p-3 d-flex align-items-center justify-content-center bg-app-danger-dark"
|
|
144
144
|
style="width: 80px; height: 80px; text-align: center; font-size: 10px;">Danger Dark
|
|
145
145
|
</div>
|
|
146
146
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-spire
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.11
|
|
4
4
|
Summary: A project for Django Spire
|
|
5
5
|
Author-email: Brayden Carlson <braydenc@stratusadv.com>, Nathan Johnson <nathanj@stratusadv.com>
|
|
6
6
|
License: Copyright (c) 2024 Stratus Advanced Technologies and Contributors.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
django_spire/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
django_spire/conf.py,sha256=EYC1hXqYqheYrb_b6Q93LrSgNl91JV633E4N5j-KGTo,1012
|
|
3
|
-
django_spire/consts.py,sha256=
|
|
3
|
+
django_spire/consts.py,sha256=450A_OavSGuOlbl0yDxCchhMQh83uHnPXGnw9DVihPc,391
|
|
4
4
|
django_spire/exceptions.py,sha256=L5ndRO5ftMmh0pHkO2z_NG3LSGZviJ-dDHNT73SzTNw,48
|
|
5
|
-
django_spire/settings.py,sha256=
|
|
5
|
+
django_spire/settings.py,sha256=tGxgEri3TQRBaiwX7YRcWifMf_g1xv1RznplFR6zZnI,821
|
|
6
6
|
django_spire/urls.py,sha256=mKeZszb5U4iIGqddMb5Tt5fRC72U2wABEOi6mvOfEBU,656
|
|
7
7
|
django_spire/utils.py,sha256=kW0HP1xWj8Oz0h1GWs4NflnD8Jq8_F4hABwKTiT-Iyk,1006
|
|
8
8
|
django_spire/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -35,7 +35,7 @@ django_spire/ai/chat/migrations/0003_rename__content_chatmessage__intel_data_and
|
|
|
35
35
|
django_spire/ai/chat/migrations/0004_chatmessage_response_type_chatmessage_sender.py,sha256=Y5QUvRf4LnvmfcJ7DE0NkVwbbYPC5iOlCaDzMqyPkHg,799
|
|
36
36
|
django_spire/ai/chat/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
37
37
|
django_spire/ai/chat/templates/django_spire/ai/chat/card/chat_card.html,sha256=SnxHYjDKKOlzlQ4lYPz6BnfKpXYzFla1bWqlryy1xcE,300
|
|
38
|
-
django_spire/ai/chat/templates/django_spire/ai/chat/dropdown/ellipsis_dropdown.html,sha256=
|
|
38
|
+
django_spire/ai/chat/templates/django_spire/ai/chat/dropdown/ellipsis_dropdown.html,sha256=BhUs43aWyGOIBBdIUosM1nBTAezXZQ0Q-tqFCnEw2WU,717
|
|
39
39
|
django_spire/ai/chat/templates/django_spire/ai/chat/element/recent_chat_select_element.html,sha256=ETEh-FfWj_a6VmqV3hVu9-N2vXJ5c28zGs_QBxo7veQ,3110
|
|
40
40
|
django_spire/ai/chat/templates/django_spire/ai/chat/message/default_message.html,sha256=6MT6O9jpkl8DCNKywZYa3YpRvxgQWhlmVJAu4NO70aU,143
|
|
41
41
|
django_spire/ai/chat/templates/django_spire/ai/chat/message/loading_response_message.html,sha256=NPcwC-ak8uLapmRhO3O2rW36QVByPMAykHWBUw0Wt_4,1791
|
|
@@ -48,7 +48,7 @@ django_spire/ai/chat/templates/django_spire/ai/chat/widget/chat_widget.html,sha2
|
|
|
48
48
|
django_spire/ai/chat/templates/django_spire/ai/chat/widget/dialog_widget.html,sha256=lZ4fVFSaS7nKU4bxU8-besQYFQpXDu2SwtcHUrHDHio,3513
|
|
49
49
|
django_spire/ai/chat/templates/django_spire/ai/chat/widget/recent_chat_list_widget.html,sha256=pbn8yyVL2i0ugyS84cmNX-nrr1K-oOAQiHnsjlQ_wYc,132
|
|
50
50
|
django_spire/ai/chat/templates/django_spire/ai/chat/widget/search_chat_results_widget.html,sha256=RPu8gtFSbv3qdywII6dmuwFD0-cAYTKQvGQlA4RpCsg,675
|
|
51
|
-
django_spire/ai/chat/templates/django_spire/ai/chat/widget/search_chat_widget.html,sha256=
|
|
51
|
+
django_spire/ai/chat/templates/django_spire/ai/chat/widget/search_chat_widget.html,sha256=vK1WwHsF1-4hsnDAocCFPeaepfDB9PPYCFdXZX_fSCo,1351
|
|
52
52
|
django_spire/ai/chat/templates/django_spire/ai/chat/widget/select_chat_widget.html,sha256=B1kgQ9OOYuxof--XhFoA5UW4olcmxXr9qVnsl0pabD0,830
|
|
53
53
|
django_spire/ai/chat/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
54
54
|
django_spire/ai/chat/tests/test_urls/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -132,9 +132,9 @@ django_spire/auth/group/templates/django_spire/auth/group/card/list_card.html,sh
|
|
|
132
132
|
django_spire/auth/group/templates/django_spire/auth/group/card/permission_user_groups_form_card.html,sha256=zrzwWhE39PMOLJFfbnotg066qHvesp57-nmFPCiAoJw,2969
|
|
133
133
|
django_spire/auth/group/templates/django_spire/auth/group/card/user_list_card.html,sha256=KVmLmB2vlDIHlCc9jJpxBheIzBAAEEC3cqWtC_SYJhE,859
|
|
134
134
|
django_spire/auth/group/templates/django_spire/auth/group/container/user_detail_card.html,sha256=3wpOfc283FsUAc3znyAQ6qF8Dpa1JUjZFoEDIMpRQHM,2155
|
|
135
|
-
django_spire/auth/group/templates/django_spire/auth/group/element/group_perm_element.html,sha256=
|
|
135
|
+
django_spire/auth/group/templates/django_spire/auth/group/element/group_perm_element.html,sha256=Pvvm41DBKPr553Hvg2IArw6Nj7xPuKXjPyg-I8GH5hw,2463
|
|
136
136
|
django_spire/auth/group/templates/django_spire/auth/group/element/group_perm_level_badge.html,sha256=dIyDeE5zR31jJ5x3vnan9kKXPUlNUtJISrF2uud9TC4,656
|
|
137
|
-
django_spire/auth/group/templates/django_spire/auth/group/element/group_special_role_element.html,sha256=
|
|
137
|
+
django_spire/auth/group/templates/django_spire/auth/group/element/group_special_role_element.html,sha256=VXqdeRfo6OOPGKCn7MiBauzDtFKcq7dch2yg6HiOTJ0,2559
|
|
138
138
|
django_spire/auth/group/templates/django_spire/auth/group/element/is_active_badge.html,sha256=fGozpIiZOFnc3mPgFnQcRwI9P9r2s16mJrnujbVhYoQ,209
|
|
139
139
|
django_spire/auth/group/templates/django_spire/auth/group/form/form.html,sha256=RfC5-IK_Q4LSC_Q0CkUVXJO0qqseL_xlbZEot8px4vE,561
|
|
140
140
|
django_spire/auth/group/templates/django_spire/auth/group/form/group_user_form.html,sha256=uwqmpPXsoFCptnJhHCsXHIiSLjRyxVIVK4ZBsmpSdGQ,630
|
|
@@ -187,8 +187,8 @@ django_spire/auth/seeding/seeder.py,sha256=t50d-13t2oEAHG1vgQ41qXMyq0tmPQ3jjZuFl
|
|
|
187
187
|
django_spire/auth/templates/django_spire/auth/password_reset_email.html,sha256=OazFHAbgGE_zOR3Iq3DiR7-f9r2_d5-2UOz65V8bxT8,641
|
|
188
188
|
django_spire/auth/templates/django_spire/auth/mfa/mfa_form.html,sha256=iFsNsQAiTcYc0x1jnDyPOMrlCpuFqtZh57XbnFlvxOk,756
|
|
189
189
|
django_spire/auth/templates/django_spire/auth/page/auth_page.html,sha256=e6XgU1LUAasVWdB7srFM2zitjtnf8FpfwHhfB6rqDoU,907
|
|
190
|
-
django_spire/auth/templates/django_spire/auth/page/login_page.html,sha256=
|
|
191
|
-
django_spire/auth/templates/django_spire/auth/page/logout_page.html,sha256=
|
|
190
|
+
django_spire/auth/templates/django_spire/auth/page/login_page.html,sha256=K45veVOVbAxDd7864XI-BBOlLPc9biXBKOqrvYW52q8,1267
|
|
191
|
+
django_spire/auth/templates/django_spire/auth/page/logout_page.html,sha256=AyJvsD7Cuo9w7hF_8XMaHcoV4T6KmbNnojK8eZ_qWJ0,760
|
|
192
192
|
django_spire/auth/templates/django_spire/auth/page/password_change_done_page.html,sha256=COGQ59FcB3SC5KkmiBXP1zaivAHximi7nTZS888EM4o,401
|
|
193
193
|
django_spire/auth/templates/django_spire/auth/page/password_change_page.html,sha256=5FFMGD-n61nmRN8XkeFccNuCdWM2kKtMJJQWkGvAcso,2088
|
|
194
194
|
django_spire/auth/templates/django_spire/auth/page/password_reset_complete_page.html,sha256=yaEUxQSO_IGtEIofY2g-jaEhJ6LCfBlW_zWSyh6DHh4,378
|
|
@@ -197,7 +197,7 @@ django_spire/auth/templates/django_spire/auth/page/password_reset_done_page.html
|
|
|
197
197
|
django_spire/auth/templates/django_spire/auth/page/password_reset_key_done_page.html,sha256=tZ7KeEq098CGkfC436kM-8DtgLb_Lc05EZXatm2amqk,425
|
|
198
198
|
django_spire/auth/templates/django_spire/auth/page/password_reset_key_form_page.html,sha256=3uWrNCgM_n72B0qX1DcmilfNSl17sLmz3IHFuXtWT08,1234
|
|
199
199
|
django_spire/auth/templates/django_spire/auth/page/password_reset_page.html,sha256=rD6umz8bpUo8DauI4_RZUhPPSf2DnswAIg_ptCHAh08,763
|
|
200
|
-
django_spire/auth/templates/django_spire/auth/page/password_set_form_page.html,sha256=
|
|
200
|
+
django_spire/auth/templates/django_spire/auth/page/password_set_form_page.html,sha256=kTOX7Z8PIQby4cHRh6F7W_bNwI4aO23MdyPnKL5HXFg,675
|
|
201
201
|
django_spire/auth/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
202
202
|
django_spire/auth/tests/test_url_endpoints.py,sha256=1OkAKyTqqb1KwWgGyVqGC7cUAyjjXlANSuRgwijsduo,1135
|
|
203
203
|
django_spire/auth/urls/__init__.py,sha256=DnzwrIwkRXt6bLdTr_11fQSiX4syltE6I7wX_vXGnpw,481
|
|
@@ -265,11 +265,11 @@ django_spire/comment/templates/django_spire/comment/card/comment_list_card.html,
|
|
|
265
265
|
django_spire/comment/templates/django_spire/comment/card/comment_textarea_card.html,sha256=dgVumXiccuLb9AAkaFsytCcx04P1iXGXqd5QziNVEhk,200
|
|
266
266
|
django_spire/comment/templates/django_spire/comment/container/comment_container.html,sha256=q_EKz-oWyCQXuuc46UMzZcKECsgSmgaZ4RnLTZqx_Zw,616
|
|
267
267
|
django_spire/comment/templates/django_spire/comment/container/comment_reply_list_container.html,sha256=hyxN5Ho_LvpPv8aQdPD9JcpggsLyAHdBcrS3dsVMzD4,232
|
|
268
|
-
django_spire/comment/templates/django_spire/comment/element/comment_button_element.html,sha256=
|
|
268
|
+
django_spire/comment/templates/django_spire/comment/element/comment_button_element.html,sha256=AEvqgqpZj-njPTOhe93zqsMPiArsIHjBahsyekeLmIc,7248
|
|
269
269
|
django_spire/comment/templates/django_spire/comment/element/comment_edit_link.html,sha256=1lRo_sMWfNUO6un55YMRG_5cqLcN-Te_wOMCFVGeOdI,185
|
|
270
270
|
django_spire/comment/templates/django_spire/comment/element/comment_reply_element.html,sha256=kMQf0uul0Y-5KXInS9Nt6jl0O-hfGh1B0SWK8nOMpBU,350
|
|
271
271
|
django_spire/comment/templates/django_spire/comment/element/comment_reply_link.html,sha256=OytpFVAyWzCNUOB1ArVyZa2Y5QpYJJq0PXGgrPfcJ8k,186
|
|
272
|
-
django_spire/comment/templates/django_spire/comment/element/comment_textarea_element.html,sha256=
|
|
272
|
+
django_spire/comment/templates/django_spire/comment/element/comment_textarea_element.html,sha256=XAcAohF7FZ9gtNyNal7Ha5Dj474gY6mgfETWSwkxbAg,6100
|
|
273
273
|
django_spire/comment/templates/django_spire/comment/form/comment_form.html,sha256=_vW_MNQoUUJVTFDxjxAvkM_px0TnCaC5JY7iExGdBsk,587
|
|
274
274
|
django_spire/comment/templates/django_spire/comment/form/content/comment_form_content.html,sha256=U7rRtC84StxPEPcWWi3eWDnDkybljIs_bOokN4296PY,336
|
|
275
275
|
django_spire/comment/templates/django_spire/comment/item/comment_item.html,sha256=voqcw6JtpZF10T-xq8CNJSnh87veOmTD148I2rEaKpg,1686
|
|
@@ -278,7 +278,7 @@ django_spire/comment/templates/django_spire/comment/item/comment_reply_item.html
|
|
|
278
278
|
django_spire/comment/templates/django_spire/comment/modal/comment_edit_modal.html,sha256=k5DTHlmzDmWCEX2E8HdAPQbFoB-CtgJXfaGp-5j799o,452
|
|
279
279
|
django_spire/comment/templates/django_spire/comment/modal/comment_modal.html,sha256=Xw7QydNdRHxebBLH0fSV8EJZWNcdqrKpQIcVSsdJNMc,501
|
|
280
280
|
django_spire/comment/templates/django_spire/comment/modal/comment_reply_modal.html,sha256=aLG9o_U6wOdpGIOOl7kbcKQZCm-aIUP-nVdRzLvIPgo,689
|
|
281
|
-
django_spire/comment/templates/django_spire/comment/widget/tagging_widget.html,sha256=
|
|
281
|
+
django_spire/comment/templates/django_spire/comment/widget/tagging_widget.html,sha256=TUPp3UweA9hT0fJ2nEfrTk6wYB2QuEBC9Bu4S1VEOB4,6889
|
|
282
282
|
django_spire/comment/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
283
283
|
django_spire/comment/templatetags/comment_tags.py,sha256=3I8nvjksGNBEEPrX8AdVf3URNIfDg8iNTMmAJ6GO8PM,703
|
|
284
284
|
django_spire/comment/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -294,7 +294,7 @@ django_spire/contrib/constructor/exceptions.py,sha256=JPNZlwkNOMb8XhFiLODAjaPcLJ
|
|
|
294
294
|
django_spire/contrib/form/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
295
295
|
django_spire/contrib/form/confirmation_forms.py,sha256=PZB5ljYRJA6nAIUyYwtfCLbrhee9LMeEsM5rohihR9g,1287
|
|
296
296
|
django_spire/contrib/form/utils.py,sha256=L3G0lWsgTFJrLWSYp_D_4m-yW44sOjoWvGjK-6V7WcM,948
|
|
297
|
-
django_spire/contrib/form/templates/django_spire/contrib/form/button/form_submit_button.html,sha256=
|
|
297
|
+
django_spire/contrib/form/templates/django_spire/contrib/form/button/form_submit_button.html,sha256=3wMz2az0G2Cx_f_g-nJjISITWHOIAIlUKEQz3dLq8Zk,1298
|
|
298
298
|
django_spire/contrib/gamification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
299
299
|
django_spire/contrib/gamification/static/django_spire/css/contrib/gamification/gamification.css,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
300
300
|
django_spire/contrib/gamification/templates/django_spire/contrib/gamification/effect/kapow.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -304,7 +304,7 @@ django_spire/contrib/generic_views/portal_views.py,sha256=3XnLJfMeoYkeyDAH9D2oLA
|
|
|
304
304
|
django_spire/contrib/help/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
305
305
|
django_spire/contrib/help/apps.py,sha256=UM1IoIMFNaVaQdUfACTMfUkm541TqNhOMqlp9X47zBc,193
|
|
306
306
|
django_spire/contrib/help/templates/django_spire/contrib/help/help_button.html,sha256=ikym1hVCy1OuBJnU0CWhi-aCPCrLsfP3stCs0OV3PFk,162
|
|
307
|
-
django_spire/contrib/help/templates/django_spire/contrib/help/help_modal.html,sha256=
|
|
307
|
+
django_spire/contrib/help/templates/django_spire/contrib/help/help_modal.html,sha256=kuLlVZsaSPyWUphB9dx1TO7IlqArOj6nXqzu7hcRKKw,1237
|
|
308
308
|
django_spire/contrib/help/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
309
|
django_spire/contrib/help/templatetags/help.py,sha256=6Ub0LWJ7-6Mmb1K_45bdZT882e5Wrx5h0k6Z9ehrrSY,859
|
|
310
310
|
django_spire/contrib/options/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -389,7 +389,7 @@ django_spire/contrib/session/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
|
|
|
389
389
|
django_spire/contrib/session/tests/test_session_controller.py,sha256=KSRBWSKnEe5lkeFnuzUpmF81vcyeQp3J3bHAIKXjcFc,4016
|
|
390
390
|
django_spire/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
391
391
|
django_spire/core/apps.py,sha256=nIhw9qtKP_5yVHMY7EpMvDlxjkdTWLwmDXNqD4F6dCg,279
|
|
392
|
-
django_spire/core/context_processors.py,sha256=
|
|
392
|
+
django_spire/core/context_processors.py,sha256=l1eH7-rsUX74cy_MWYx6gnNZi3hPsYZNUGYfvAJkyHQ,1517
|
|
393
393
|
django_spire/core/decorators.py,sha256=-zRi8lSRqbGMTxBEJ3Ek7sLmowgpLDMhC0at80Fu8vo,674
|
|
394
394
|
django_spire/core/maps.py,sha256=5q48KuTT7NB-oLFTKpL7A3QuCQHAjdEZvp_JPQdlRy0,1508
|
|
395
395
|
django_spire/core/middleware.py,sha256=fN5rfTj_a-lfhoibD1MY-czCYjLYcUfgeERtiOqQkCs,948
|
|
@@ -433,7 +433,7 @@ django_spire/core/redirect/safe_redirect.py,sha256=deGLqiR1wWwqlJ8BYp76qDUDHnfRr
|
|
|
433
433
|
django_spire/core/static/django_spire/css/app-background.css,sha256=xxy0pvHJrGqrBHu_ERg2wfEFOlnRm-IeCsGzxFXO354,5664
|
|
434
434
|
django_spire/core/static/django_spire/css/app-border.css,sha256=z_DT3sB5tNQFu4Y7gSqYFn_bpOmEgEgJCrNmAnmSGDI,3439
|
|
435
435
|
django_spire/core/static/django_spire/css/app-button.css,sha256=ix57-1gMVj7iuzNTGHwR2TXodgZZC34lTIy1JibjEFs,7797
|
|
436
|
-
django_spire/core/static/django_spire/css/app-default.css,sha256=
|
|
436
|
+
django_spire/core/static/django_spire/css/app-default.css,sha256=RLVP_vLlkNx_UpNmMmgO73R3UUB_h3sVHt8I2z_iPVk,315
|
|
437
437
|
django_spire/core/static/django_spire/css/app-import.css,sha256=pWrntKaTjDUEsACDg1VP76EN-i2Ufb2V2maX4vuyKMM,319
|
|
438
438
|
django_spire/core/static/django_spire/css/app-navigation.css,sha256=bRyxPaG-roi7iqwfHrPHYQEsCRreaRkvjpeH6PiEtaY,1841
|
|
439
439
|
django_spire/core/static/django_spire/css/app-offcanvas.css,sha256=SxDsONE1eqERJ1gDAP8chjoJ0aD0Q1VHBPqRWJi8-Mw,178
|
|
@@ -441,7 +441,7 @@ django_spire/core/static/django_spire/css/app-page.css,sha256=Pb4AFwMCZPeKDGzhZD
|
|
|
441
441
|
django_spire/core/static/django_spire/css/app-template.css,sha256=D5ORspwfokNqRW0HwyCbzjBp2Kf_2XtWKa6FSQuSXOg,485
|
|
442
442
|
django_spire/core/static/django_spire/css/app-text.css,sha256=4hyHj-6EJmTtj15OAHGLMaNJIbruKVEMRC_ucmYE_UY,5833
|
|
443
443
|
django_spire/core/static/django_spire/css/app-theme.css,sha256=6vxu-tNDS4i1wWwLxdkCuiucN_ZKzGqwZmqZ8Vcwzk0,421
|
|
444
|
-
django_spire/core/static/django_spire/css/bootstrap-extension.css,sha256=
|
|
444
|
+
django_spire/core/static/django_spire/css/bootstrap-extension.css,sha256=j-Ff_-ycE-hSbDx5nyGte7rbpHJcQ89xh6SCTfVGwN0,10106
|
|
445
445
|
django_spire/core/static/django_spire/css/bootstrap-override.css,sha256=OqSfW94DwcqZebQMWHtk_djywSGgnxSlUPtxZJ8sId0,7490
|
|
446
446
|
django_spire/core/static/django_spire/css/bootstrap.css,sha256=GEgESnyGv91X48AEz35ovTv1fF8JPaB_VZB-JXJjdb0,155840
|
|
447
447
|
django_spire/core/static/django_spire/css/flatpickr.min.css,sha256=RXPAyxHVyMLxb0TYCM2OW5R4GWkcDe02jdYgyZp41OU,16081
|
|
@@ -499,15 +499,15 @@ django_spire/core/templates/django_spire/500.html,sha256=8N-aqCoafjq2mFcjLZv-BkA
|
|
|
499
499
|
django_spire/core/templates/django_spire/maintenance.html,sha256=T4dwFh8jyCxxVaz5SAX1U00PbOTRdQgDYEN27twrHgs,601
|
|
500
500
|
django_spire/core/templates/django_spire/accordion/accordion.html,sha256=12a9S-8Be2m4-SozdVQDm7XwlYeD75MD5VMyJkwYq-U,566
|
|
501
501
|
django_spire/core/templates/django_spire/accordion/view_glue_accordion.html,sha256=QrLebgX726YVX2EBbM9wVhB0B-IsWcmA2EbSd3C2lUM,869
|
|
502
|
-
django_spire/core/templates/django_spire/badge/accent_badge.html,sha256=
|
|
502
|
+
django_spire/core/templates/django_spire/badge/accent_badge.html,sha256=1Ib4sZ8JUkVx8seLWyqHhzt2Fosc5U3rTZecv04h_jU,103
|
|
503
503
|
django_spire/core/templates/django_spire/badge/base_badge.html,sha256=RrKqN4oaz3BZ2AjKG_NQyUdNzyPsrUFMQIhKgFJ5tNI,176
|
|
504
504
|
django_spire/core/templates/django_spire/badge/danger_badge.html,sha256=CgPL64GZxPbkGW9tDh2WPsPkURDFDjTqRbSOG2Kc_6k,103
|
|
505
|
-
django_spire/core/templates/django_spire/badge/primary_badge.html,sha256=
|
|
505
|
+
django_spire/core/templates/django_spire/badge/primary_badge.html,sha256=AsZZiVRWlHzgLDcocf2tWr7Q0Z3oADj2-jilQpnZ_Sc,104
|
|
506
506
|
django_spire/core/templates/django_spire/badge/primary_outlined_badge.html,sha256=WA1EX5-ovSm7Hs6h7sVpMdNf9gF5db_pW2TFni5D_p4,132
|
|
507
|
-
django_spire/core/templates/django_spire/badge/secondary_badge.html,sha256=
|
|
507
|
+
django_spire/core/templates/django_spire/badge/secondary_badge.html,sha256=1V98uOZRCkgA7KLVqPkK6w3FlXBxzd6_9AdyDqOLsoU,106
|
|
508
508
|
django_spire/core/templates/django_spire/badge/secondary_outlined_badge.html,sha256=D2uQ9ami7OWUZQAUO7RQnl4WAc3ShdZXrakT8dBRLTc,136
|
|
509
509
|
django_spire/core/templates/django_spire/badge/success_badge.html,sha256=K71Ptb_HbKLhNUbWu95XEvPZwU6RtrE8bsujG2YtIl0,100
|
|
510
|
-
django_spire/core/templates/django_spire/badge/warning_badge.html,sha256=
|
|
510
|
+
django_spire/core/templates/django_spire/badge/warning_badge.html,sha256=snGL-wUhQamBUr0HO74bI6sFAaylKUT7JVbGWQtaAZo,105
|
|
511
511
|
django_spire/core/templates/django_spire/base/base.html,sha256=ZCMCmQAA8ucDVbdeJ4pffNuExHTUqxCe4uU2iDR9Oi0,4660
|
|
512
512
|
django_spire/core/templates/django_spire/button/accent_button.html,sha256=wI7W4lIQJcSY5KwHfEDLa86EePrSbhyDD__YkAbNJ2I,107
|
|
513
513
|
django_spire/core/templates/django_spire/button/accent_dark_button.html,sha256=PMA_WZT-MmlPuBXxLlKdpYEeiC9egZZ-VZvokKl9if8,112
|
|
@@ -529,18 +529,18 @@ django_spire/core/templates/django_spire/button/warning_button.html,sha256=KUlpE
|
|
|
529
529
|
django_spire/core/templates/django_spire/button/warning_dark_button.html,sha256=5bqj3HO1Qwye0qgRsQ4jpPje-w62JQz3yyAAUthUGzc,113
|
|
530
530
|
django_spire/core/templates/django_spire/button/warning_outlined_button.html,sha256=_PLvsB6wCRoDcAien0f57urCSY_FcCkL8zWDDsNUbE0,117
|
|
531
531
|
django_spire/core/templates/django_spire/card/card.html,sha256=nF4s17lygR6vpm2JaOsCY2ge9ABntI3-GMd-KpMGHlY,266
|
|
532
|
-
django_spire/core/templates/django_spire/card/delete_confirmation_form_card.html,sha256=
|
|
532
|
+
django_spire/core/templates/django_spire/card/delete_confirmation_form_card.html,sha256=A-IrDQHKgQ1iveGJJ9EKsvs-TUW0eVY8uTcWM4dmQ_4,1097
|
|
533
533
|
django_spire/core/templates/django_spire/card/delete_form_card.html,sha256=7nAZ0LuIq9l2BwNiBny_C__Q9EUXYQ_CM1aFXrafd6c,212
|
|
534
534
|
django_spire/core/templates/django_spire/card/form_card.html,sha256=bctVy9CeHuf05xsuE-zEsQVOaq24Igjq6xTKgv2AO4Y,391
|
|
535
535
|
django_spire/core/templates/django_spire/card/infinite_scroll_card.html,sha256=MpJ0R9qHwX0FX7GyT8KibWYYF0VLMMr2Ivi39-OnBOs,4713
|
|
536
|
-
django_spire/core/templates/django_spire/card/title_card.html,sha256=
|
|
536
|
+
django_spire/core/templates/django_spire/card/title_card.html,sha256=igzwDLWuotqggSBUinQam2eIN6gAk0p6S6BB6O-ij-M,1048
|
|
537
537
|
django_spire/core/templates/django_spire/container/container.html,sha256=Dfr7K8xgEbg3CZYxMleLjjiQGyRS-GNJdPySA4OYY8U,867
|
|
538
538
|
django_spire/core/templates/django_spire/container/form_container.html,sha256=FZwZs4gnIYkurV5u8v6fj2rbrm4WDX16jyUSTMniEtw,313
|
|
539
|
-
django_spire/core/templates/django_spire/dropdown/dropdown.html,sha256=
|
|
539
|
+
django_spire/core/templates/django_spire/dropdown/dropdown.html,sha256=O3gUp2YZm_2g0Qd-odFOnxfBkRc4c4af4zTbyGibSU0,528
|
|
540
540
|
django_spire/core/templates/django_spire/dropdown/ellipsis_dropdown.html,sha256=WD0UtsMrRZUdCfMgD8QbDPEtAVM5bSgCfk1wVjnmsHw,1298
|
|
541
541
|
django_spire/core/templates/django_spire/dropdown/ellipsis_modal_dropdown.html,sha256=kUNcg-dSqr1wHjU_NijBAyCsa_7Z6_spVE5jytqYaME,898
|
|
542
|
-
django_spire/core/templates/django_spire/dropdown/element/dropdown_link_element.html,sha256=
|
|
543
|
-
django_spire/core/templates/django_spire/dropdown/element/ellipsis_dropdown_modal_link_element.html,sha256=
|
|
542
|
+
django_spire/core/templates/django_spire/dropdown/element/dropdown_link_element.html,sha256=tfqp_Sm4KO4zPuZPqpefn51lYHuOaC01ne3k4xkTPTM,897
|
|
543
|
+
django_spire/core/templates/django_spire/dropdown/element/ellipsis_dropdown_modal_link_element.html,sha256=ZGGDU0lGeL1Ei58u0ZXXiLRzqsQkm0iL_5nTS7UTJNw,437
|
|
544
544
|
django_spire/core/templates/django_spire/element/attribute_element.html,sha256=2SOodzlW7aX3oIHic7g9oyFpRgUKu7dtZX6IEybSbrU,1487
|
|
545
545
|
django_spire/core/templates/django_spire/element/breadcrumb_element.html,sha256=NUoLKKKIPDIF8G8mIM1dVF5lhbqmRcOAWLA6qw9o2x8,598
|
|
546
546
|
django_spire/core/templates/django_spire/element/divider_element.html,sha256=EjpdMPQZmefh0BfUGUQvazFR5eF0RHQ5pqmYD253GMc,302
|
|
@@ -549,7 +549,7 @@ django_spire/core/templates/django_spire/element/no_data_element.html,sha256=-WS
|
|
|
549
549
|
django_spire/core/templates/django_spire/element/page_loading_element.html,sha256=wdwYIVGoaUaapYQM_ekv2-3loXQ8Abchhhs8ipm5r-U,242
|
|
550
550
|
django_spire/core/templates/django_spire/element/pagination_element.html,sha256=jEyTNxaBxwJmuvDtgSP9NEb574Hn2F5taYh44KBSQWw,1702
|
|
551
551
|
django_spire/core/templates/django_spire/error/error.html,sha256=ZsNCwdEax8IhaMPE1jQ7mwWkQ63KHoZOuRzb_IjYoNc,390
|
|
552
|
-
django_spire/core/templates/django_spire/filtering/form/base_session_filter_form.html,sha256=
|
|
552
|
+
django_spire/core/templates/django_spire/filtering/form/base_session_filter_form.html,sha256=03NozlVmt31zkaGc-NrlFJz6-HtjYxI1HnCg1h5rMNM,867
|
|
553
553
|
django_spire/core/templates/django_spire/filtering/form/filter_form.html,sha256=MJz2R7lA2BxuLi2n-MPPZ0rrE88q93gTEzOwQJMjwdY,264
|
|
554
554
|
django_spire/core/templates/django_spire/filtering/form/search_form.html,sha256=XAmbFYJU6pZOcwHe0KWoVPjMP58ozUlzDUZudnksJS4,264
|
|
555
555
|
django_spire/core/templates/django_spire/footer/footer.html,sha256=QqBoB9g5BWb9BWmGkdfmBBqihycW6bgx7ys1Fz-3Mww,321
|
|
@@ -567,21 +567,21 @@ django_spire/core/templates/django_spire/modal/center_modal.html,sha256=1ceBcqTh
|
|
|
567
567
|
django_spire/core/templates/django_spire/modal/dispatch_modal.html,sha256=_EOQQC6dmzN1Se1PyX5Brk1X9Hw2mYYuOqVqyK3OHEM,259
|
|
568
568
|
django_spire/core/templates/django_spire/modal/modal.html,sha256=jEnUweB81u-EYtQdalNMzZrCs38Ml8gU6-zQRwtRi2s,2290
|
|
569
569
|
django_spire/core/templates/django_spire/modal/title_modal.html,sha256=avPAPBnv4f7XF3O13mJ_osF3-s47iJJXDT2OqN58OjM,664
|
|
570
|
-
django_spire/core/templates/django_spire/modal/content/dispatch_modal_delete_confirmation_content.html,sha256=
|
|
570
|
+
django_spire/core/templates/django_spire/modal/content/dispatch_modal_delete_confirmation_content.html,sha256=VQYs24LC5RL3rAARooGfDohCKJfBmJ5lEN5pLncCqFs,972
|
|
571
571
|
django_spire/core/templates/django_spire/modal/content/modal_title_content.html,sha256=zsYlbdo6hPbYWKIxfcvl6IU2IBmZ4SH-ii6oY34InLg,725
|
|
572
572
|
django_spire/core/templates/django_spire/modal/element/model_close_element.html,sha256=yxeesbfVS5PK08UH7IUacBhdtLA7KyIQjK7FrkAOvb8,71
|
|
573
573
|
django_spire/core/templates/django_spire/navigation/mobile_navigation.html,sha256=btXoeLihu3jd_7XzKrZiwaBgffDiLoDorMSxhYrnhc4,997
|
|
574
574
|
django_spire/core/templates/django_spire/navigation/navigation_links.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
575
575
|
django_spire/core/templates/django_spire/navigation/side_navigation.html,sha256=bGAs_RbYc-fC77UKtleeMtQM0feYEi4r9j9gDFD_hhc,762
|
|
576
|
-
django_spire/core/templates/django_spire/navigation/top_navigation.html,sha256=
|
|
577
|
-
django_spire/core/templates/django_spire/navigation/accordion/nav_accordion.html,sha256=
|
|
576
|
+
django_spire/core/templates/django_spire/navigation/top_navigation.html,sha256=ZT5rywIXGVTR_Cjuiwgk1RSwQU9N4cXlfxmDkgFn7wg,3429
|
|
577
|
+
django_spire/core/templates/django_spire/navigation/accordion/nav_accordion.html,sha256=8EeOmjsPaNOFcgeoUPUZR6IPuQKgdwGlmLdz4m795aE,1241
|
|
578
578
|
django_spire/core/templates/django_spire/navigation/accordion/settings_nav_accordion.html,sha256=5jy4VBU199bG_-WPmWVhe5bZYWsm03bzZC6XqGK2XFM,794
|
|
579
579
|
django_spire/core/templates/django_spire/navigation/elements/nav_link.html,sha256=5GK0KI3h72VAV0nyIWqfP55nlMJ8Xx5cgTKKWGkhUAk,153
|
|
580
580
|
django_spire/core/templates/django_spire/navigation/elements/nav_title_divider.html,sha256=zpQpIE3EJMBSxUCIrCLvb-z4gNXdJjj3SFio5j9q-_s,238
|
|
581
581
|
django_spire/core/templates/django_spire/navigation/elements/search_bar_element.html,sha256=NUoZy22dMvoiShnWPNihoHCswvtCO9lhUBHoXS2H1YY,379
|
|
582
582
|
django_spire/core/templates/django_spire/note/info_note.html,sha256=v139DFZktEoaSWTX8677gnnpLQRsQLArVpqMldZDiqI,130
|
|
583
583
|
django_spire/core/templates/django_spire/note/note.html,sha256=2Ktv7Vef9g1hQLMKUEzHW7ybTamnq2236KiQrLAu0dc,430
|
|
584
|
-
django_spire/core/templates/django_spire/page/center_card_page.html,sha256=
|
|
584
|
+
django_spire/core/templates/django_spire/page/center_card_page.html,sha256=CqUtXnNnAsucqeoFAGN0e_Twbc-M1rdx9mVgN81RiwA,600
|
|
585
585
|
django_spire/core/templates/django_spire/page/delete_confirmation_form_page.html,sha256=kmAA2eeD-5s3oAdS-HdFwbqHnzPlqihqh5JwxMJIP_o,168
|
|
586
586
|
django_spire/core/templates/django_spire/page/delete_form_page.html,sha256=0ZYlWgl3eVq2OTbu_C0UiHVfSIbj2gg_iJ7xeafHVu4,240
|
|
587
587
|
django_spire/core/templates/django_spire/page/form_full_page.html,sha256=5yp3EfOC2LlcTc0PYQ5MLuQvuw1QFPsMtnPvRdP0A2g,299
|
|
@@ -592,7 +592,7 @@ django_spire/core/templates/django_spire/speech/speech_synthesis.html,sha256=25H
|
|
|
592
592
|
django_spire/core/templates/django_spire/tab/tab.html,sha256=1zSIX0Xk337VV9Qa4tvoSJlhoT2LDTfEfCwJvESNG-Q,1964
|
|
593
593
|
django_spire/core/templates/django_spire/tab/element/tab_section_element.html,sha256=tEo0ENKhss74ll8HcFE9_kml35vusAfiMQHpudh3aEc,181
|
|
594
594
|
django_spire/core/templates/django_spire/tab/element/tab_trigger_element.html,sha256=9VmMhfEGa3ARHerwyXojtQWyIkUj9sOPGhckcQR3h6k,442
|
|
595
|
-
django_spire/core/templates/django_spire/wizard/wizard.html,sha256=
|
|
595
|
+
django_spire/core/templates/django_spire/wizard/wizard.html,sha256=iPkdo5O9mh3IQnhFijP9ZQXOaJDzhHGLmZo2Y49QnJ4,2266
|
|
596
596
|
django_spire/core/templates/django_spire/wizard/wizard_page.html,sha256=emW5W2z_mkGERsbw3A9tFJoUOwhxa4Efr8thtZ_gHkI,75
|
|
597
597
|
django_spire/core/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
598
598
|
django_spire/core/templatetags/json.py,sha256=2XY8hQZrJOSmGMblL8bLRYD9hvUSQvhYaSJvwGaKzwU,280
|
|
@@ -635,26 +635,29 @@ django_spire/file/templates/django_spire/file/widget/multiple_file_widget.html,s
|
|
|
635
635
|
django_spire/file/templates/django_spire/file/widget/single_file_widget.html,sha256=P7R0TCDO-8tomlK3fDn5AgDDBDLJ1M3kfWPj-scPCq4,106
|
|
636
636
|
django_spire/file/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
637
637
|
django_spire/help_desk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
638
|
-
django_spire/help_desk/apps.py,sha256=
|
|
638
|
+
django_spire/help_desk/apps.py,sha256=I7I0yjDyCpCuOONM3B8sXMyiSfQDQwpxPMJ1HJyoMbw,705
|
|
639
639
|
django_spire/help_desk/choices.py,sha256=7rDwl0GitKVegMRE-LgyktgdyioE6Gz0VHe0W3_hyXY,477
|
|
640
640
|
django_spire/help_desk/enums.py,sha256=N1MYqpQJCBoWmPQc_WkQiZHIHs-F6G4v6BmLkAScvFk,115
|
|
641
641
|
django_spire/help_desk/exceptions.py,sha256=r62M0AgOEvmgbE53s3S2KmIDmyFaPMbkCFgNNPSuUyY,147
|
|
642
642
|
django_spire/help_desk/forms.py,sha256=8BVR_A2qG5suTOWh9iK1NaC6iozRkkqOuOu5Ima7lRw,416
|
|
643
643
|
django_spire/help_desk/models.py,sha256=4570poBmU5sC4woEiFXyK9z-tWV6RVQpSlZo5Ma2A-A,1479
|
|
644
644
|
django_spire/help_desk/querysets.py,sha256=lBonO3hGNP2xn_SQ5UCIJ3BJA6i32lOhUW73N4d5M6M,115
|
|
645
|
+
django_spire/help_desk/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
646
|
+
django_spire/help_desk/auth/controller.py,sha256=QMaqPxPE3GBeZzrrq4APVs2YpFoBf40IPBtQ3xB8-n4,584
|
|
645
647
|
django_spire/help_desk/migrations/0001_initial.py,sha256=4oI_DcnBb8alLHWGpDJ57pyjLByjI-DPHPzdEYn-2JM,1875
|
|
646
648
|
django_spire/help_desk/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
647
649
|
django_spire/help_desk/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
648
650
|
django_spire/help_desk/services/notification_service.py,sha256=XFyIANNxc0EljivxCVQvLWiXyKqvtKftJ3SqV8P20F4,5922
|
|
649
651
|
django_spire/help_desk/services/service.py,sha256=_Wiy5AbaHKEcCwd5OB3qWTxBG_ff1xrODfiruhE8iZA,829
|
|
650
|
-
django_spire/help_desk/templates/django_spire/help_desk/card/ticket_detail_card.html,sha256=
|
|
652
|
+
django_spire/help_desk/templates/django_spire/help_desk/card/ticket_detail_card.html,sha256=hohFASLmSqiifmX48BlyWzP16GQO5tztEJChnSVboaI,1440
|
|
651
653
|
django_spire/help_desk/templates/django_spire/help_desk/card/ticket_form_card.html,sha256=m9OVz8hbb_mTniJjIytEiuEE431XpxngbSEsQt5kntM,351
|
|
652
|
-
django_spire/help_desk/templates/django_spire/help_desk/card/ticket_list_card.html,sha256=
|
|
654
|
+
django_spire/help_desk/templates/django_spire/help_desk/card/ticket_list_card.html,sha256=Onw3V-hmwRr5GQgOagIii0KdKUCvUiYNFnBY5gOypd8,763
|
|
655
|
+
django_spire/help_desk/templates/django_spire/help_desk/element/icon.html,sha256=8xy3gvcZdlSlfQbG5DlpB3jVTOC5lNOKgLm610ii01g,133
|
|
653
656
|
django_spire/help_desk/templates/django_spire/help_desk/element/ticket_priority_badge.html,sha256=9EqXj851QLKyPRE4zoWsOnKcsu7thKNIlIQ9-W85S_M,565
|
|
654
657
|
django_spire/help_desk/templates/django_spire/help_desk/element/ticket_purpose_badge.html,sha256=tb3eKCC_BMTU_L_UEdCLHxyLbO5lSU6GjRVpGy6RMr8,282
|
|
655
658
|
django_spire/help_desk/templates/django_spire/help_desk/element/ticket_status_badge.html,sha256=02qfbAZS_3rL4r-0sCnFUXfrLzHr_y7TcZNt96WwzhM,417
|
|
656
|
-
django_spire/help_desk/templates/django_spire/help_desk/form/ticket_form.html,sha256=
|
|
657
|
-
django_spire/help_desk/templates/django_spire/help_desk/item/ticket_item.html,sha256=
|
|
659
|
+
django_spire/help_desk/templates/django_spire/help_desk/form/ticket_form.html,sha256=dT20UMh9nPYaoIupIxPOfokac669tkBgddtam8CkhRw,1074
|
|
660
|
+
django_spire/help_desk/templates/django_spire/help_desk/item/ticket_item.html,sha256=gvd9m4LIZED5w-VMMLoqSFUT0KHCx8bqA_puFxUOFtI,2002
|
|
658
661
|
django_spire/help_desk/templates/django_spire/help_desk/page/ticket_detail_page.html,sha256=tb0jA-NY3U3QPeZFEk39z7j0tH3j3BNcyuBQsxgAw3M,251
|
|
659
662
|
django_spire/help_desk/templates/django_spire/help_desk/page/ticket_form_page.html,sha256=u6aJ8hHvJp-t0gzl6qjnTWwIDN05kCQxq833K115VFw,250
|
|
660
663
|
django_spire/help_desk/templates/django_spire/help_desk/page/ticket_list_page.html,sha256=GlYlKVT20ZFZ3Mrs5pyymUEKhETPraqWP2GjocQiZbg,250
|
|
@@ -672,8 +675,8 @@ django_spire/help_desk/urls/__init__.py,sha256=1brA4Cm1xcXAPbmfbXpNqjMWNdV3T0JW-
|
|
|
672
675
|
django_spire/help_desk/urls/form_urls.py,sha256=xZKpHPHjyKayO9MwUM36r7xUvvzXBzTYfgrQNd_Xoo8,273
|
|
673
676
|
django_spire/help_desk/urls/page_urls.py,sha256=Yv06Y-o8kAqUxcvSR1wkl7IguNQfXIlg1fm7LOdt8UI,333
|
|
674
677
|
django_spire/help_desk/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
675
|
-
django_spire/help_desk/views/form_views.py,sha256=
|
|
676
|
-
django_spire/help_desk/views/page_views.py,sha256=
|
|
678
|
+
django_spire/help_desk/views/form_views.py,sha256=S45TTLPGGDIz7mgTJjQDIuAIpGFyQ_eeZCDA3yvVuFU,2333
|
|
679
|
+
django_spire/help_desk/views/page_views.py,sha256=Wq1YyTEQqSmKM4-SWlQHuuKS5zh31WxBnpz2WGVxyRw,1433
|
|
677
680
|
django_spire/history/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
678
681
|
django_spire/history/admin.py,sha256=wNWX4hel9QfT2uME_V7-_IoA9V3AA8dhBk4Nw3F0Isg,886
|
|
679
682
|
django_spire/history/apps.py,sha256=pVcuuIfcu0kk4-TbmKguTxVmeZfWCz8-dHzbENFa9DY,396
|
|
@@ -837,7 +840,7 @@ django_spire/knowledge/entry/version/views/page_views.py,sha256=QtwI2CM0dcSkKApX
|
|
|
837
840
|
django_spire/knowledge/entry/version/views/redirect_views.py,sha256=VCtgwXIzzpYx7vufDQB4G04cDoX_ceH_KL-yZ7WxGSg,718
|
|
838
841
|
django_spire/knowledge/entry/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
839
842
|
django_spire/knowledge/entry/views/form_views.py,sha256=X0S8tQsONjuK46Y4F-a0blB1KydoJ34q8kIzJdQxmo8,4461
|
|
840
|
-
django_spire/knowledge/entry/views/json_views.py,sha256
|
|
843
|
+
django_spire/knowledge/entry/views/json_views.py,sha256=UqfKcJZ908y2UmKBBF0PoQj1-a6liQBbEt4RD7dwEeI,1761
|
|
841
844
|
django_spire/knowledge/entry/views/page_views.py,sha256=fsS4G58o1ZsFG2JlGgjUYhWAMY22C3FjmWCXh5JFZXs,914
|
|
842
845
|
django_spire/knowledge/entry/views/template_views.py,sha256=U3pqndOpPQlC2zJBKcOIM4IUXK870FH_Wpna5imIkm0,1782
|
|
843
846
|
django_spire/knowledge/intelligence/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -864,7 +867,7 @@ django_spire/knowledge/static/django_spire/knowledge/collection/js/x_component.j
|
|
|
864
867
|
django_spire/knowledge/static/django_spire/knowledge/css/navigation_items.css,sha256=LwWOW4lsgkeIz3JuP9DQ-x10_04TvQw8fM4Fi-QT9M8,179
|
|
865
868
|
django_spire/knowledge/static/django_spire/knowledge/entry/version/js/managers.js,sha256=q-HiSnOnMMomxU0EAWSbQO55HMVvb8wPxA0KCP3VyP4,2772
|
|
866
869
|
django_spire/knowledge/templates/django_spire/knowledge/collection/card/collection_card.html,sha256=VTSB4ddVYg7-QMWrlTgb0b7UakITmhWbFzlttMlHVWU,2462
|
|
867
|
-
django_spire/knowledge/templates/django_spire/knowledge/collection/card/context_menu_card.html,sha256=
|
|
870
|
+
django_spire/knowledge/templates/django_spire/knowledge/collection/card/context_menu_card.html,sha256=i8PCCfMcM9WKvnCFpYkMrCxeI3ijZoaqEYnJwPiHXOw,1424
|
|
868
871
|
django_spire/knowledge/templates/django_spire/knowledge/collection/card/form_card.html,sha256=Fm1PFgMJO0B1ji86pjeL_KbGkKq-ho7n6v9gtCODlzU,154
|
|
869
872
|
django_spire/knowledge/templates/django_spire/knowledge/collection/card/navigation_card.html,sha256=1xnf1vReqgar77LF3bkbwaKgejlH9wntxeHG3f4g3TY,218
|
|
870
873
|
django_spire/knowledge/templates/django_spire/knowledge/collection/component/x_collection_navigation.html,sha256=p7vq_OJ69slxryg08PKt41MYX-DtwtdoO6Jx799c9jQ,1889
|
|
@@ -877,7 +880,7 @@ django_spire/knowledge/templates/django_spire/knowledge/collection/page/detail_p
|
|
|
877
880
|
django_spire/knowledge/templates/django_spire/knowledge/collection/page/form_page.html,sha256=ql4a15Thua39_apBxi2iz5SJdI54YUtYkttDe9t3ZiI,254
|
|
878
881
|
django_spire/knowledge/templates/django_spire/knowledge/collection/page/list_page.html,sha256=NVzy8olkH33Ls7UAmRhIgT28eb_i_uCzOMkafhLl90k,879
|
|
879
882
|
django_spire/knowledge/templates/django_spire/knowledge/entry/badge/entry_status_badge.html,sha256=qz7Y2ac1T4qu0Nr_Yj4BdUbQamgA6Llq7TmoXAf5Arw,381
|
|
880
|
-
django_spire/knowledge/templates/django_spire/knowledge/entry/card/context_menu_card.html,sha256=
|
|
883
|
+
django_spire/knowledge/templates/django_spire/knowledge/entry/card/context_menu_card.html,sha256=Khmd-Go6fCRMJ5P-S4qfJcOnAYq6f5sBcxVpBW1Lcn8,1421
|
|
881
884
|
django_spire/knowledge/templates/django_spire/knowledge/entry/card/form_card.html,sha256=EtMKPgQzBhOkOxom-9u9wr4nMXAY8PxcCzyNRpjk4H0,146
|
|
882
885
|
django_spire/knowledge/templates/django_spire/knowledge/entry/card/list_card.html,sha256=N_ndMWbP4Pll9G82Us53i8qPJCGep4fKNRPMSoXjoys,2061
|
|
883
886
|
django_spire/knowledge/templates/django_spire/knowledge/entry/container/import_form_container.html,sha256=Bs2mH4qjWsOUzX70cvwAo_0keIHTJI9h3MrNL1px-mY,225
|
|
@@ -895,7 +898,7 @@ django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/deta
|
|
|
895
898
|
django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/detail/component/list_item_component.html,sha256=9Qaj8SQZjg3aRjXAPMOhBCAekke1wKfOSY7hPcvIAs8,1043
|
|
896
899
|
django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/detail/component/sub_heading_component.html,sha256=xWZ_11C85XUoss4lm_IcdFyg9_UK9sdau-xJvHkFQhg,97
|
|
897
900
|
django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/detail/component/text_component.html,sha256=oWAb3ZKQ512LzWUzWc_RghwAE0cNPqim5cUm6Fg25j4,94
|
|
898
|
-
django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/dropdown/add_dropdown.html,sha256=
|
|
901
|
+
django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/dropdown/add_dropdown.html,sha256=AB_HvGzUuL4i77tCsRU7O1KcNX9tlbHHDMGs3lUjwXY,865
|
|
899
902
|
django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/update/component/heading_component.html,sha256=RhT8tmzOBYNZlozaNnXxAyhLvrsqtpScaVEncjEbsgg,142
|
|
900
903
|
django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/update/component/list_item_component.html,sha256=l8MUO4bGeOZXuFKQO-sWPn1hd5Bm6ro5JezZG2M0aZI,430
|
|
901
904
|
django_spire/knowledge/templates/django_spire/knowledge/entry/version/block/update/component/sub_heading_component.html,sha256=bN4m-uwDqgu1imj9qSFjCe_J0m_SVt66dKzmyVJWaIk,142
|
|
@@ -934,8 +937,8 @@ django_spire/notification/app/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCR
|
|
|
934
937
|
django_spire/notification/app/migrations/0001_initial.py,sha256=ecwU6tJ5qZBKl3uAgpv_L74OUepxYgLvr3ssRYSfxxs,1439
|
|
935
938
|
django_spire/notification/app/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
936
939
|
django_spire/notification/app/templates/django_spire/notification/app/card/list_card.html,sha256=lpBbGkZG3CcAP1E6ztm_GbW60lO-0CGnaeE2pfKRSmQ,275
|
|
937
|
-
django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown.html,sha256=
|
|
938
|
-
django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown_content.html,sha256=
|
|
940
|
+
django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown.html,sha256=IzliW2h7WrmnL8oRhMc_fcTD1_dYg8fLEni7JjfWyHM,1927
|
|
941
|
+
django_spire/notification/app/templates/django_spire/notification/app/dropdown/notification_dropdown_content.html,sha256=Lcy1laXb9HWrr0TEgCrK8PEoE0-hnCPrIa7OuZrSkKI,1113
|
|
939
942
|
django_spire/notification/app/templates/django_spire/notification/app/element/notification_bell.html,sha256=fwXOY5yi76jQOx5wZQky2mfAs0DFIOwBDwJwOZCdw-8,440
|
|
940
943
|
django_spire/notification/app/templates/django_spire/notification/app/item/notification_item.html,sha256=TwLbKo33MHbyKrBalQTTJ_vqXBLyygNduPe1GdzfN7s,1231
|
|
941
944
|
django_spire/notification/app/templates/django_spire/notification/app/page/list_page.html,sha256=9cEpntq9BQLWdIKa2cq77-KDFivzNPfPKnvQiuLl0fs,166
|
|
@@ -1001,17 +1004,17 @@ django_spire/theme/templates/django_spire/theme/card/badges_preview_card.html,sh
|
|
|
1001
1004
|
django_spire/theme/templates/django_spire/theme/card/base_preview_card.html,sha256=Rwhprj46I761adq3Y1ydMaJ2RXyPtvd7rWnxbFEFcgg,616
|
|
1002
1005
|
django_spire/theme/templates/django_spire/theme/card/borders_preview_card.html,sha256=wTwBLge4Z9IqKe9k2HzXoGrajvVMZynQt3gz75PgMEA,1907
|
|
1003
1006
|
django_spire/theme/templates/django_spire/theme/card/buttons_preview_card.html,sha256=aIWk1w1p3tGTEMh0dUdxy082o4f8TPPf6Kr1P8F4X9o,1924
|
|
1004
|
-
django_spire/theme/templates/django_spire/theme/card/colors_preview_card.html,sha256=
|
|
1007
|
+
django_spire/theme/templates/django_spire/theme/card/colors_preview_card.html,sha256=W-DKC55StERQW0A4udauxICKX_lWaF01qdt_ORZt16E,1642
|
|
1005
1008
|
django_spire/theme/templates/django_spire/theme/card/django_glue_preview_card.html,sha256=eG9g07IMUo85TS5Zwvv0mRxT_zb7froVxPavg8gWiRM,1573
|
|
1006
|
-
django_spire/theme/templates/django_spire/theme/card/example_preview_card.html,sha256=
|
|
1007
|
-
django_spire/theme/templates/django_spire/theme/card/preview_card.html,sha256=
|
|
1009
|
+
django_spire/theme/templates/django_spire/theme/card/example_preview_card.html,sha256=9zCBuHE1pRb3FnRibQwp2S3IlrochU3N8P5C3NgnDy4,1433
|
|
1010
|
+
django_spire/theme/templates/django_spire/theme/card/preview_card.html,sha256=1LlYzTZ9vW-x7XwizP3iDMrxo1K9FfyjQYpoHvhAIjc,991
|
|
1008
1011
|
django_spire/theme/templates/django_spire/theme/card/typography_preview_card.html,sha256=hhE6uM09btdlVrUDHJiAaVPO8rJFBDREJX0oOdB6i0g,906
|
|
1009
1012
|
django_spire/theme/templates/django_spire/theme/element/theme_selector.html,sha256=fV-ufj0OyAyYTkJugunyCJovNzrxc9UXmesl_X0k5L8,1174
|
|
1010
1013
|
django_spire/theme/templates/django_spire/theme/element/theme_toggle_element.html,sha256=mtalDN45yevDbSqcsaNX_FWm-Cs-lh_Upmqj_Lk-s-Y,203
|
|
1011
1014
|
django_spire/theme/templates/django_spire/theme/example/card/example_title_card.html,sha256=8km1MCmCPMqdNyJ-6z_QJ20luk82BITpUL4uYihgYng,785
|
|
1012
1015
|
django_spire/theme/templates/django_spire/theme/example/container/example_container.html,sha256=hZ2rXsk_sdNnov-0DXrkyNu42OzuWwYWjnFBcqn6g3Y,458
|
|
1013
1016
|
django_spire/theme/templates/django_spire/theme/example/form/example_form.html,sha256=AvQv2uaXL_HWM_B2o1v1-9b9d5ezM6kKEf-_Zy2HP4Y,4449
|
|
1014
|
-
django_spire/theme/templates/django_spire/theme/example/item/example_item.html,sha256=
|
|
1017
|
+
django_spire/theme/templates/django_spire/theme/example/item/example_item.html,sha256=5dKPoz3yQPFSYJWjtA0oKS9Cr1xDoyPy6EJW2GrYer0,1158
|
|
1015
1018
|
django_spire/theme/templates/django_spire/theme/example/page/example_page.html,sha256=OIhMfSxMkC7-8kvKCJa9Z6VEtHsaVzzntMiKrCmtxpw,507
|
|
1016
1019
|
django_spire/theme/templates/django_spire/theme/example/tab/example_tab.html,sha256=F3c88UW6-V39b20fAp6kHUDgaqmbgnqmfWS3nVGHwUs,685
|
|
1017
1020
|
django_spire/theme/templates/django_spire/theme/example/tab/element/example_tab_section_element.html,sha256=qzLbmK-wyaFptmpeIBnv3II3aZjTReJEWppnwXYncmU,333
|
|
@@ -1022,10 +1025,10 @@ django_spire/theme/templates/django_spire/theme/page/colors_page.html,sha256=d32
|
|
|
1022
1025
|
django_spire/theme/templates/django_spire/theme/page/dashboard_page.html,sha256=Ple15e_F3SyufP19uWONzx8fQ7L3hb6TiD3fvAk11h0,1267
|
|
1023
1026
|
django_spire/theme/templates/django_spire/theme/page/django_glue_page.html,sha256=okuSr8yeQ4srKqcneK1CUdQQmKL5p6vakgzvY31LetY,497
|
|
1024
1027
|
django_spire/theme/templates/django_spire/theme/page/typography_page.html,sha256=AG-93L5zUbcSZKb5fw-d4P8IRDc973KU9JHfV7ZZjn4,498
|
|
1025
|
-
django_spire/theme/templates/django_spire/theme/section/badge_section.html,sha256=
|
|
1028
|
+
django_spire/theme/templates/django_spire/theme/section/badge_section.html,sha256=zPI4rdh7GerP7mhukGdpaVJqXXAnNTZgStDUC-AA1J0,2875
|
|
1026
1029
|
django_spire/theme/templates/django_spire/theme/section/border_section.html,sha256=ov0wHYmFYaWWkc9ZiCq5YEb0X_Cs3ClpaYt-aSnqCqI,2860
|
|
1027
1030
|
django_spire/theme/templates/django_spire/theme/section/button_section.html,sha256=7NuF0xoajv7CVShlvrwew8Voei-cpIAbqAy_Rwf42B4,4935
|
|
1028
|
-
django_spire/theme/templates/django_spire/theme/section/color_section.html,sha256=
|
|
1031
|
+
django_spire/theme/templates/django_spire/theme/section/color_section.html,sha256=dUMmYx4ATpTMcqm-gozZyRDaZha1e22cNUQd5YmYyY0,10120
|
|
1029
1032
|
django_spire/theme/templates/django_spire/theme/section/typography_section.html,sha256=9c_U799mWT_F1w-vpaj1p7WlNA1gwmpl7GVmt6RSz3g,752
|
|
1030
1033
|
django_spire/theme/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1031
1034
|
django_spire/theme/tests/test_context_processor.py,sha256=JHo7nUdpDKcE1Mvd5CXhPGgqaZFWpMJO-hI-PoDm9dI,3026
|
|
@@ -1041,8 +1044,8 @@ django_spire/theme/urls/page_urls.py,sha256=S8nkKkgbhG3XHI3uMUL-piOjXIrRkuY2UlM_
|
|
|
1041
1044
|
django_spire/theme/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1042
1045
|
django_spire/theme/views/json_views.py,sha256=W1khC2K_EMbEzAFmMxC_P76_MFnkRH4-eVdodrRfAhw,1904
|
|
1043
1046
|
django_spire/theme/views/page_views.py,sha256=pHr8iekjtR99xs7w1taj35HEo133Svq1dvDD0y0VL1c,3933
|
|
1044
|
-
django_spire-0.16.
|
|
1045
|
-
django_spire-0.16.
|
|
1046
|
-
django_spire-0.16.
|
|
1047
|
-
django_spire-0.16.
|
|
1048
|
-
django_spire-0.16.
|
|
1047
|
+
django_spire-0.16.11.dist-info/licenses/LICENSE.md,sha256=tlTbOtgKoy-xAQpUk9gPeh9O4oRXCOzoWdW3jJz0wnA,1091
|
|
1048
|
+
django_spire-0.16.11.dist-info/METADATA,sha256=suvksWwEC57dQN6HWtC_reQ63ghDIFSeZ4uKhRIR7FI,4763
|
|
1049
|
+
django_spire-0.16.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1050
|
+
django_spire-0.16.11.dist-info/top_level.txt,sha256=xf3QV1e--ONkVpgMDQE9iqjQ1Vg4--_6C8wmO-KxPHQ,13
|
|
1051
|
+
django_spire-0.16.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|