accrete 0.0.130__py3-none-any.whl → 0.0.132__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.
- accrete/contrib/ui/__init__.py +1 -0
- accrete/contrib/ui/static/css/accrete.css +60 -115
- accrete/contrib/ui/templates/ui/layout.html +1 -1
- accrete/contrib/ui/templates/ui/list.html +6 -5
- accrete/contrib/ui/utils.py +17 -0
- accrete/contrib/user/views.py +2 -8
- {accrete-0.0.130.dist-info → accrete-0.0.132.dist-info}/METADATA +1 -1
- {accrete-0.0.130.dist-info → accrete-0.0.132.dist-info}/RECORD +10 -9
- {accrete-0.0.130.dist-info → accrete-0.0.132.dist-info}/WHEEL +0 -0
- {accrete-0.0.130.dist-info → accrete-0.0.132.dist-info}/licenses/LICENSE +0 -0
accrete/contrib/ui/__init__.py
CHANGED
@@ -8,8 +8,7 @@
|
|
8
8
|
--bulma-input-icon-focus-color: var(--bulma-success);
|
9
9
|
--bulma-input-arrow: var(--bulma-success);
|
10
10
|
--bulma-arrow-color: var(--bulma-success);
|
11
|
-
--bulma-navbar-burger-color: var(--bulma-success);
|
12
|
-
}
|
11
|
+
--bulma-navbar-burger-color: var(--bulma-success); }
|
13
12
|
|
14
13
|
html[data-theme='light'] :root {
|
15
14
|
--bulma-menu-item-h: var(--bulma-success-h);
|
@@ -18,53 +17,39 @@ html[data-theme='light'] :root {
|
|
18
17
|
--bulma-menu-item-background-l: 50%;
|
19
18
|
--bulma-menu-item-color-l: 10%;
|
20
19
|
--bulma-navbar-burger-color: var(--bulma-success);
|
21
|
-
--accrete-hover-color: #F0F2F4;
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
:
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
}
|
40
|
-
|
41
|
-
.button.is-danger.is-light {
|
42
|
-
--bulma-button-background-l: var(--bulma-dark-l);
|
43
|
-
--bulma-button-color-l: var(--bulma-danger-dark-invert-l);
|
44
|
-
}
|
45
|
-
|
46
|
-
.tag > .button.is-light {
|
47
|
-
--bulma-button-background-l: var(--bulma-background-l);
|
48
|
-
}
|
49
|
-
}
|
20
|
+
--accrete-hover-color: #F0F2F4; }
|
21
|
+
|
22
|
+
html[data-theme='dark'] :root {
|
23
|
+
--bulma-navbar-burger-color: var(--bulma-success);
|
24
|
+
--accrete-hover-color: var(--bulma-grey-darker); }
|
25
|
+
html[data-theme='dark'] .button.is-light {
|
26
|
+
--bulma-button-h: var(--bulma-dark-h);
|
27
|
+
--bulma-button-s: var(--bulma-dark-s);
|
28
|
+
--bulma-button-l: var(--bulma-dark-l);
|
29
|
+
--bulma-button-background-l: var(--bulma-dark-l);
|
30
|
+
--bulma-button-border-l: var(--bulma-dark-l);
|
31
|
+
--bulma-button-border-width: 0px;
|
32
|
+
--bulma-button-color-l: var(--bulma-dark-invert-l);
|
33
|
+
--bulma-button-outer-shadow-a: 0; }
|
34
|
+
html[data-theme='dark'] .button.is-danger.is-light {
|
35
|
+
--bulma-button-background-l: var(--bulma-dark-l);
|
36
|
+
--bulma-button-color-l: var(--bulma-danger-dark-invert-l); }
|
37
|
+
html[data-theme='dark'] .tag > .button.is-light {
|
38
|
+
--bulma-button-background-l: var(--bulma-background-l); }
|
50
39
|
|
51
40
|
[x-cloak] {
|
52
|
-
display: none !important;
|
53
|
-
}
|
41
|
+
display: none !important; }
|
54
42
|
|
55
43
|
a {
|
56
44
|
color: inherit;
|
57
|
-
text-decoration: inherit;
|
58
|
-
}
|
45
|
+
text-decoration: inherit; }
|
59
46
|
|
60
47
|
.navbar-burger {
|
61
|
-
color: black;
|
62
|
-
}
|
48
|
+
color: black; }
|
63
49
|
|
64
50
|
.button.is-subtle {
|
65
51
|
box-shadow: none;
|
66
|
-
border: none;
|
67
|
-
}
|
52
|
+
border: none; }
|
68
53
|
|
69
54
|
.input {
|
70
55
|
border-top: none;
|
@@ -74,54 +59,45 @@ a {
|
|
74
59
|
border-top-right-radius: 0;
|
75
60
|
border-bottom-right-radius: 0;
|
76
61
|
border-bottom-left-radius: 0;
|
77
|
-
box-shadow: none;
|
78
|
-
}
|
62
|
+
box-shadow: none; }
|
79
63
|
|
80
64
|
.input:focus, .input:focus-within {
|
81
65
|
box-shadow: none;
|
82
|
-
border-bottom: 1px solid var(--bulma-success);
|
83
|
-
}
|
66
|
+
border-bottom: 1px solid var(--bulma-success); }
|
84
67
|
|
85
68
|
textarea {
|
86
69
|
border-top: transparent !important;
|
87
70
|
border-right: transparent !important;
|
88
71
|
border-left: transparent !important;
|
89
72
|
border-radius: 0 !important;
|
90
|
-
box-shadow: none !important;
|
91
|
-
}
|
73
|
+
box-shadow: none !important; }
|
92
74
|
|
93
75
|
textarea:focus {
|
94
|
-
border-color: var(--bulma-success) !important;
|
95
|
-
}
|
76
|
+
border-color: var(--bulma-success) !important; }
|
96
77
|
|
97
78
|
.is-small.textarea, .is-small.input {
|
98
79
|
border-radius: 0;
|
99
|
-
font-size: var(--bulma-size-small);
|
100
|
-
}
|
80
|
+
font-size: var(--bulma-size-small); }
|
101
81
|
|
102
82
|
td > .input, td * .input, td * select, td * .select {
|
103
83
|
border-top: none !important;
|
104
84
|
border-right: none !important;
|
105
85
|
border-bottom: none !important;
|
106
|
-
border-left: none !important;
|
107
|
-
}
|
86
|
+
border-left: none !important; }
|
108
87
|
|
109
88
|
td:has(.input:focus) {
|
110
|
-
border-bottom: 1px solid var(--bulma-success) !important;
|
111
|
-
}
|
89
|
+
border-bottom: 1px solid var(--bulma-success) !important; }
|
112
90
|
|
113
91
|
select {
|
114
92
|
border-top: transparent !important;
|
115
93
|
border-right: transparent !important;
|
116
94
|
border-left: transparent !important;
|
117
95
|
border-radius: 0 !important;
|
118
|
-
box-shadow: none !important;
|
119
|
-
}
|
96
|
+
box-shadow: none !important; }
|
120
97
|
|
121
98
|
select:focus {
|
122
99
|
box-shadow: none;
|
123
|
-
border-bottom: 1px solid var(--bulma-success) !important;
|
124
|
-
}
|
100
|
+
border-bottom: 1px solid var(--bulma-success) !important; }
|
125
101
|
|
126
102
|
#content-right-container {
|
127
103
|
flex-shrink: 0;
|
@@ -129,29 +105,23 @@ select:focus {
|
|
129
105
|
border-top-left-radius: var(--bulma-radius-medium);
|
130
106
|
border-bottom-left-radius: var(--bulma-radius-medium);
|
131
107
|
box-shadow: -2px 0 20px 0 var(--bulma-grey-light);
|
132
|
-
z-index: 20;
|
133
|
-
}
|
108
|
+
z-index: 20; }
|
134
109
|
|
135
110
|
.responsive-heading {
|
136
|
-
display: none;
|
137
|
-
}
|
111
|
+
display: none; }
|
138
112
|
|
139
113
|
#content-left-container {
|
140
114
|
container-name: content-left-container;
|
141
|
-
container-type: inline-size;
|
142
|
-
}
|
115
|
+
container-type: inline-size; }
|
143
116
|
|
144
117
|
.htmx-indicator {
|
145
|
-
transition: opacity 200ms ease-in;
|
146
|
-
}
|
118
|
+
transition: opacity 200ms ease-in; }
|
147
119
|
|
148
120
|
.modal-request-overlay {
|
149
|
-
pointer-events: none;
|
150
|
-
}
|
121
|
+
pointer-events: none; }
|
151
122
|
|
152
123
|
.modal-request-overlay.htmx-request {
|
153
|
-
pointer-events: auto;
|
154
|
-
}
|
124
|
+
pointer-events: auto; }
|
155
125
|
|
156
126
|
@container content-left-container (max-width: 600px) {
|
157
127
|
table.can-compact * td {
|
@@ -160,104 +130,82 @@ select:focus {
|
|
160
130
|
text-align: left !important;
|
161
131
|
border: transparent !important;
|
162
132
|
font-size: 1em;
|
163
|
-
padding-left: 1rem !important;
|
164
|
-
}
|
133
|
+
padding-left: 1rem !important; }
|
165
134
|
|
166
135
|
table.can-compact * tr {
|
167
136
|
display: inline-block;
|
168
137
|
width: 100%;
|
169
138
|
padding-top: 8px;
|
170
139
|
padding-bottom: 12px;
|
171
|
-
border-bottom: 1px solid var(--bulma-grey-light);
|
172
|
-
}
|
140
|
+
border-bottom: 1px solid var(--bulma-grey-light); }
|
173
141
|
|
174
142
|
table.can-compact * tr:first-child {
|
175
|
-
border-top: 1px solid var(--bulma-grey-light);
|
176
|
-
}
|
143
|
+
border-top: 1px solid var(--bulma-grey-light); }
|
177
144
|
|
178
145
|
table.can-compact * tr.is-success {
|
179
|
-
background-color: var(--bulma-success);
|
180
|
-
}
|
146
|
+
background-color: var(--bulma-success); }
|
181
147
|
|
182
148
|
table.can-compact * tr.is-success:hover {
|
183
|
-
background-color: var(--bulma-success) !important;
|
184
|
-
}
|
149
|
+
background-color: var(--bulma-success) !important; }
|
185
150
|
|
186
151
|
table.can-compact > thead {
|
187
|
-
display: none;
|
188
|
-
}
|
152
|
+
display: none; }
|
189
153
|
|
190
154
|
.responsive-heading {
|
191
|
-
display: inline-block;
|
192
|
-
}
|
155
|
+
display: inline-block; }
|
193
156
|
|
194
157
|
.list-entry {
|
195
|
-
height: fit-content !important;
|
196
|
-
}
|
197
|
-
}
|
158
|
+
height: fit-content !important; } }
|
198
159
|
@media screen and (max-width: 768px) {
|
199
160
|
#content-right-container {
|
200
161
|
flex-grow: 1;
|
201
162
|
flex-shrink: 1;
|
202
163
|
width: auto;
|
203
164
|
border-top-left-radius: 0;
|
204
|
-
border-bottom-left-radius: 0;
|
205
|
-
}
|
206
|
-
}
|
165
|
+
border-bottom-left-radius: 0; } }
|
207
166
|
#action-panel {
|
208
167
|
max-width: var(--accrete-action-panel-width);
|
209
168
|
min-width: var(--accrete-action-panel-width);
|
210
169
|
height: 100%;
|
211
|
-
overflow-y: auto;
|
212
|
-
}
|
170
|
+
overflow-y: auto; }
|
213
171
|
|
214
172
|
@media screen and (max-width: 1215px) {
|
215
173
|
#action-panel {
|
216
174
|
position: absolute;
|
217
175
|
background: var(--bulma-scheme-main);
|
218
176
|
z-index: 999;
|
219
|
-
box-shadow: 2px 0 20px 0 var(--bulma-grey-light);
|
220
|
-
}
|
221
|
-
}
|
177
|
+
box-shadow: 2px 0 20px 0 var(--bulma-grey-light); } }
|
222
178
|
.menu-list a.is-active, .menu-list a.is-selected, .menu-list button.is-active, .menu-list button.is-selected, .menu-list .menu-item.is-active, .menu-list .menu-item.is-selected {
|
223
179
|
--bulma-menu-item-h: var(--bulma-success-h);
|
224
180
|
--bulma-menu-item-s: var(--bulma-success-s);
|
225
181
|
--bulma-menu-item-l: var(--bulma-success-l);
|
226
182
|
--bulma-menu-item-background-l: var(--bulma-success-l);
|
227
|
-
--bulma-menu-item-color-l: var(--bulma-success-invert-l);
|
228
|
-
}
|
183
|
+
--bulma-menu-item-color-l: var(--bulma-success-invert-l); }
|
229
184
|
|
230
185
|
.hoverable *:hover {
|
231
|
-
background-color: var(--accrete-hover-color);
|
232
|
-
}
|
186
|
+
background-color: var(--accrete-hover-color); }
|
233
187
|
|
234
188
|
/* Chrome, Safari, Edge, Opera */
|
235
189
|
input::-webkit-outer-spin-button,
|
236
190
|
input::-webkit-inner-spin-button {
|
237
191
|
-webkit-appearance: none;
|
238
|
-
margin: 0;
|
239
|
-
}
|
192
|
+
margin: 0; }
|
240
193
|
|
241
194
|
/* Firefox */
|
242
195
|
input[type=number] {
|
243
|
-
-moz-appearance: textfield;
|
244
|
-
}
|
196
|
+
-moz-appearance: textfield; }
|
245
197
|
|
246
198
|
.query-group-container .query-tag-container:first-child .query-operator {
|
247
|
-
display: none;
|
248
|
-
}
|
199
|
+
display: none; }
|
249
200
|
|
250
201
|
.query-group-container .query-tag-container:first-child .query-operator-group {
|
251
|
-
display: none !important;
|
252
|
-
}
|
202
|
+
display: none !important; }
|
253
203
|
|
254
204
|
#query-tags > .query-group-container > .query-operator:first-child {
|
255
|
-
display: none;
|
256
|
-
}
|
205
|
+
display: none; }
|
257
206
|
|
258
207
|
#query-tags > .query-group-container > .query-operator-group:first-child {
|
259
|
-
display: none !important;
|
260
|
-
}
|
208
|
+
display: none !important; }
|
261
209
|
|
262
210
|
.query-group {
|
263
211
|
padding-left: 4px;
|
@@ -266,13 +214,10 @@ input[type=number] {
|
|
266
214
|
border-right: none;
|
267
215
|
border-bottom: none;
|
268
216
|
border-radius: 0;
|
269
|
-
margin-bottom: 5px;
|
270
|
-
}
|
217
|
+
margin-bottom: 5px; }
|
271
218
|
|
272
219
|
#query-tags > .query-group-container > .query-group {
|
273
220
|
padding-left: 0;
|
274
|
-
border-left: none !important;
|
275
|
-
}
|
276
|
-
|
221
|
+
border-left: none !important; }
|
277
222
|
|
278
223
|
/*# sourceMappingURL=accrete.css.map */
|
@@ -11,7 +11,7 @@
|
|
11
11
|
<meta charset="utf-8">
|
12
12
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
13
13
|
{% block favicon %}<link rel="icon" type="image/svg" href="{% static 'icons/Logo.svg' %}"/>{% endblock %}
|
14
|
-
<link rel="stylesheet" type="text/css" href="{% static "css/accrete.css" %}?v=
|
14
|
+
<link rel="stylesheet" type="text/css" href="{% static "css/accrete.css" %}?v=4">
|
15
15
|
<link rel="stylesheet" type="text/css" href="{% static "css/icons.css" %}">
|
16
16
|
<link rel="stylesheet" type="text/css" href="{% static "css/fa.css" %}">
|
17
17
|
|
@@ -10,13 +10,14 @@
|
|
10
10
|
<div id="list-entry-{{ object.pk }}" class="list-entry cell pb-0" style="height: {{ column_height }}{{ column_height_unit }}">
|
11
11
|
<div class="box is-hoverable p-3"
|
12
12
|
style="word-break: break-word; height: 100%; border: var(--accrete-box-border); overflow-y: auto; {% if object.get_absolute_url %}cursor:pointer;{% endif %}"
|
13
|
-
{% if object.get_absolute_url %}
|
14
|
-
|
15
|
-
|
16
|
-
|
13
|
+
{% if object.get_absolute_url %}
|
14
|
+
hx-get="{{ object.get_absolute_url }}{% querystring %}" hx-target="#content-right-header" hx-select="#content-right-header" hx-select-oob="#content-right" hx-swap="outerHTML"
|
15
|
+
{% if detail_enabled %}
|
16
|
+
x-on:click="showContentRight = true; $nextTick(() => { $el.scrollIntoView( {block: 'nearest'} ) });"
|
17
|
+
{% endif %}
|
17
18
|
{% endif %}
|
19
|
+
x-data=""
|
18
20
|
>
|
19
|
-
|
20
21
|
<div id="list-data-{{ object.pk }}">
|
21
22
|
{% block data %}
|
22
23
|
{{ object }}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
from django.http import HttpRequest, HttpResponse
|
2
|
+
from django.shortcuts import render
|
3
|
+
from .context import ModalContext
|
4
|
+
|
5
|
+
|
6
|
+
def update_modal(
|
7
|
+
request: HttpRequest,
|
8
|
+
template: str,
|
9
|
+
context: ModalContext | dict
|
10
|
+
) -> HttpResponse:
|
11
|
+
|
12
|
+
if isinstance(context, ModalContext):
|
13
|
+
context = context.dict()
|
14
|
+
res = render(request, template, context)
|
15
|
+
res.headers['HX-Retarget'] = f'#{context["modal_id"]}'
|
16
|
+
res.headers['HX-Reswap'] = 'outerHTML'
|
17
|
+
return res
|
accrete/contrib/user/views.py
CHANGED
@@ -77,10 +77,7 @@ def user_change_password(request):
|
|
77
77
|
+ f'?{request.GET.urlencode()}'
|
78
78
|
)
|
79
79
|
ctx.update(form=form)
|
80
|
-
|
81
|
-
res.headers['HX-Retarget'] = f'#{ctx["modal_id"]}'
|
82
|
-
res.headers['HX-Reswap'] = 'outerHTML'
|
83
|
-
return res
|
80
|
+
return ui.update_modal(request, 'user/change_password.html', ctx)
|
84
81
|
return render(request, 'user/change_password.html', ctx)
|
85
82
|
|
86
83
|
|
@@ -101,8 +98,5 @@ def user_change_email(request):
|
|
101
98
|
if form.is_saved:
|
102
99
|
return redirect('user:detail')
|
103
100
|
ctx.update(form=form)
|
104
|
-
|
105
|
-
res.headers['HX-Retarget'] = f'#{ctx["modal_id"]}'
|
106
|
-
res.headers['HX-Reswap'] = 'outerHTML'
|
107
|
-
return res
|
101
|
+
return ui.update_modal(request, 'user/change_email.html', ctx)
|
108
102
|
return render(request, 'user/change_email.html', ctx)
|
@@ -60,7 +60,7 @@ accrete/contrib/system_mail/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2
|
|
60
60
|
accrete/contrib/system_mail/views.py,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpBWaMYJl0,63
|
61
61
|
accrete/contrib/system_mail/migrations/0001_initial.py,sha256=6cwkkRXGjXvwXoMjjgmWmcPyXSTlUbhW1vMiHObk9MQ,1074
|
62
62
|
accrete/contrib/system_mail/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
63
|
-
accrete/contrib/ui/__init__.py,sha256=
|
63
|
+
accrete/contrib/ui/__init__.py,sha256=n24ecHNTZgyXWhJXLg1P8AAwZKgm5ga3m9yeI-Z2GMs,216
|
64
64
|
accrete/contrib/ui/admin.py,sha256=suMo4x8I3JBxAFBVIdE-5qnqZ6JAZV0FESABHOSc-vg,63
|
65
65
|
accrete/contrib/ui/apps.py,sha256=E0ao2ox6PQ3ldfeR17FXJUUJuGiWjm2DPCxHbPXGzls,152
|
66
66
|
accrete/contrib/ui/context.py,sha256=MLITEVZndD_3QZ4nnBT4Bpl9s1bc7RZ3d6LlQKMM54Q,1922
|
@@ -69,6 +69,7 @@ accrete/contrib/ui/middleware.py,sha256=QprWR8FXK9iMPIvLQAeYASaUJSW0uD9BHoYroMKr
|
|
69
69
|
accrete/contrib/ui/models.py,sha256=Vjc0p2XbAPgE6HyTF6vll98A4eDhA5AvaQqsc4kQ9AQ,57
|
70
70
|
accrete/contrib/ui/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
|
71
71
|
accrete/contrib/ui/urls.py,sha256=5XUfK85HYWYf7oopMoJEEYmQ6pNgHgZBErBEn97pBt4,337
|
72
|
+
accrete/contrib/ui/utils.py,sha256=WmifdFOuFygGqtHBauAlUw88LTkS4wUZTIy0Vr7cyYg,475
|
72
73
|
accrete/contrib/ui/views.py,sha256=5VUbP0jgMcLMv9-3AKxkV315RA0qXuw5PmTRejPc0Yg,1136
|
73
74
|
accrete/contrib/ui/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
74
75
|
accrete/contrib/ui/static/bulma/LICENSE,sha256=--fY7Bi3Lt7RXXnKc9pe756OJY9fGv-D5OmT5pdSJ5w,1080
|
@@ -167,7 +168,7 @@ accrete/contrib/ui/static/bulma/versions/bulma-no-dark-mode.scss,sha256=1tXoYLlK
|
|
167
168
|
accrete/contrib/ui/static/bulma/versions/bulma-no-helpers-prefixed.scss,sha256=NRrD7Euz_mfDI02D92a63M6H4UhArjhWy3g5DIhQr5o,366
|
168
169
|
accrete/contrib/ui/static/bulma/versions/bulma-no-helpers.scss,sha256=gyRiEug6frpDJEaxZ7VybdApnmNS5R5A9Zn1R0yWLJg,335
|
169
170
|
accrete/contrib/ui/static/bulma/versions/bulma-prefixed.scss,sha256=cDhte1VyFupdjYFXpUyQb7wGB8aUKDGYuKluZCY5CtA,133
|
170
|
-
accrete/contrib/ui/static/css/accrete.css,sha256=
|
171
|
+
accrete/contrib/ui/static/css/accrete.css,sha256=RDBreHtRs3kGwQPR385GK2JyezsFHzku4tJh-0XhHQo,6491
|
171
172
|
accrete/contrib/ui/static/css/accrete.css.map,sha256=IYxFsm6vWHXqbTLk79WHjBcMIB0G8N4KxIdyeCtw_KE,3648
|
172
173
|
accrete/contrib/ui/static/css/accrete.scss,sha256=27Wi8lIZMSiqTjCeo3sN0SlhLFwFE0CWbvFPU3QPwfc,6838
|
173
174
|
accrete/contrib/ui/static/css/fa.css,sha256=wiz7ZSCn_btzhjKDQBms9Hx4sSeUYsDrTLg7roPstac,102641
|
@@ -197,8 +198,8 @@ accrete/contrib/ui/templates/django/forms/widgets/text.html,sha256=MSmLlQc7PsPoD
|
|
197
198
|
accrete/contrib/ui/templates/django/forms/widgets/textarea.html,sha256=c9BTedqb3IkXLyVYd0p9pR8DFnsXCNGoxVBWZTk_Fic,278
|
198
199
|
accrete/contrib/ui/templates/ui/content_right.html,sha256=XUF1tYpSKfO9FleYtJ2QmWPmwdLYxLHXdBLRa-BrFUs,221
|
199
200
|
accrete/contrib/ui/templates/ui/form_error.html,sha256=uA8FLdZyeU0vXJHlGK3rcBqcmXb63MLPV32uQyUTak4,348
|
200
|
-
accrete/contrib/ui/templates/ui/layout.html,sha256=
|
201
|
-
accrete/contrib/ui/templates/ui/list.html,sha256=
|
201
|
+
accrete/contrib/ui/templates/ui/layout.html,sha256=vy_AI8F4MWUEMo5PaDYMBIRpUY8w_51pEa-n_r6BIi4,12889
|
202
|
+
accrete/contrib/ui/templates/ui/list.html,sha256=I7hv7551ryfy_ro_R-Yvo1N8fGYzDXj6PKB4fN083us,2258
|
202
203
|
accrete/contrib/ui/templates/ui/list_update.html,sha256=mLQTCgkKfVI5jrgei-Upc1u87iXL0Q63uLzXHPwMyeo,110
|
203
204
|
accrete/contrib/ui/templates/ui/message.html,sha256=t3bZ5EE7IgQYJroCdLKFeUkZiNbgKkErVYQm6Y3IKpg,532
|
204
205
|
accrete/contrib/ui/templates/ui/modal.html,sha256=9Gnj5qhIJrnAPgAuIUkrSWeuYyKppywvmK1483AMhxY,1870
|
@@ -225,7 +226,7 @@ accrete/contrib/user/middleware.py,sha256=qblcujwJsthopagyT-hPFq4HsMyGt-VvqZw5TQ
|
|
225
226
|
accrete/contrib/user/models.py,sha256=9U7SPbR9IuXhEVdlncsPOZdcbPoWcHRcQi3i25y07Hc,4331
|
226
227
|
accrete/contrib/user/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
|
227
228
|
accrete/contrib/user/urls.py,sha256=_fBa--3NfyYN10Td7PGHpetJYy42SMqTyCCXhgynkEQ,407
|
228
|
-
accrete/contrib/user/views.py,sha256=
|
229
|
+
accrete/contrib/user/views.py,sha256=uP2n-ixb13JYLpfWoSxg6Xl-Kfcn5oxowJhqIn9ld4c,3217
|
229
230
|
accrete/contrib/user/locale/de/LC_MESSAGES/django.mo,sha256=p3rgUg6WltAVIMkQsjvjBqTsd_usLhSr1GH4Cyltc2c,433
|
230
231
|
accrete/contrib/user/locale/de/LC_MESSAGES/django.po,sha256=f_Nxpo3HTm2L3f3zoHLfeWsZ-4IQp_EEVSku6TCZSvw,1870
|
231
232
|
accrete/contrib/user/migrations/0001_initial.py,sha256=JWfM9PcMDfkJUdCjLWuWieGs6643qP0KdbCyr5uAZoY,2950
|
@@ -261,7 +262,7 @@ accrete/utils/forms.py,sha256=1UQoG0cXel4Tg-a_cG9doJNrl62a0JMDVEYrT5TSX1s,3383
|
|
261
262
|
accrete/utils/log.py,sha256=BH0MBDweAjx30wGBO4F3sFhbgkSoEs7T1lLLjlYZNnA,407
|
262
263
|
accrete/utils/models.py,sha256=2xTacvcpmDK_Bp4rAK7JdVLf8HU009LYNJ6eSpMgYZI,1014
|
263
264
|
accrete/utils/views.py,sha256=AutijWetWGgjdO1PNc4gxCblT-i1fAfldNDFRbO9Sac,5012
|
264
|
-
accrete-0.0.
|
265
|
-
accrete-0.0.
|
266
|
-
accrete-0.0.
|
267
|
-
accrete-0.0.
|
265
|
+
accrete-0.0.132.dist-info/METADATA,sha256=SwPPS7oDioJMMOwMMqPaZ_lVHAOjqz47_7p2SA-oieg,4953
|
266
|
+
accrete-0.0.132.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
267
|
+
accrete-0.0.132.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
|
268
|
+
accrete-0.0.132.dist-info/RECORD,,
|
File without changes
|
File without changes
|