accrete 0.0.70__py3-none-any.whl → 0.0.71__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/templates/ui/detail.html +0 -18
- accrete/contrib/ui/templates/ui/layout.html +17 -1
- accrete/views.py +1 -1
- {accrete-0.0.70.dist-info → accrete-0.0.71.dist-info}/METADATA +1 -1
- {accrete-0.0.70.dist-info → accrete-0.0.71.dist-info}/RECORD +7 -7
- {accrete-0.0.70.dist-info → accrete-0.0.71.dist-info}/WHEEL +0 -0
- {accrete-0.0.70.dist-info → accrete-0.0.71.dist-info}/licenses/LICENSE +0 -0
@@ -2,24 +2,6 @@
|
|
2
2
|
{% load i18n %}
|
3
3
|
{% load accrete_ui %}
|
4
4
|
|
5
|
-
{% block messages %}
|
6
|
-
{% if messages %}
|
7
|
-
<div class="columns is-desktop">
|
8
|
-
<div class="column is-8">
|
9
|
-
{% for message in messages %}
|
10
|
-
<div class="columns py-0">
|
11
|
-
<div class="column is-12">
|
12
|
-
<div class="notification {{ message|message_class }} is-light">
|
13
|
-
<p>{{ message }}</p>
|
14
|
-
</div>
|
15
|
-
</div>
|
16
|
-
</div>
|
17
|
-
{% endfor %}
|
18
|
-
</div>
|
19
|
-
</div>
|
20
|
-
{% endif %}
|
21
|
-
{% endblock %}
|
22
|
-
|
23
5
|
{% block content %}
|
24
6
|
<div class="columns is-desktop m-0">
|
25
7
|
<div class="column p-0 is-8-desktop">
|
@@ -205,7 +205,23 @@
|
|
205
205
|
{% endblock %}
|
206
206
|
</div>
|
207
207
|
<div id="content" class="px-3 pb-4" style="overflow: auto; flex-grow: 1">
|
208
|
-
{% block messages %}
|
208
|
+
{% block messages %}
|
209
|
+
{% if messages %}
|
210
|
+
<div class="columns is-desktop">
|
211
|
+
<div class="column is-8">
|
212
|
+
{% for message in messages %}
|
213
|
+
<div class="columns py-0">
|
214
|
+
<div class="column is-12">
|
215
|
+
<div class="notification {{ message|message_class }} is-light">
|
216
|
+
<p>{{ message }}</p>
|
217
|
+
</div>
|
218
|
+
</div>
|
219
|
+
</div>
|
220
|
+
{% endfor %}
|
221
|
+
</div>
|
222
|
+
</div>
|
223
|
+
{% endif %}
|
224
|
+
{% endblock %}
|
209
225
|
{% block content %}{% endblock %}
|
210
226
|
</div>
|
211
227
|
<div>
|
accrete/views.py
CHANGED
@@ -11,7 +11,7 @@ accrete/storage.py,sha256=z7pHdQFw0hFGrrbfqIh7KFxabQ_JGqoPebmiX9TLmeU,1254
|
|
11
11
|
accrete/tenant.py,sha256=g3ZuTrQr2zqmIopNBRQeCmHEK2R3dlUme_hOV765J6U,1778
|
12
12
|
accrete/tests.py,sha256=Agltbzwwh5htvq_Qi9vqvxutzmg_GwgPS_N19xJZRlw,7197
|
13
13
|
accrete/urls.py,sha256=goDFR-yhOlLLy7AMi9pmh2aBkxdtZtwXNg6mwI2zPhU,227
|
14
|
-
accrete/views.py,sha256=
|
14
|
+
accrete/views.py,sha256=eGWaGHiNplhvYQFkW1gP5j2JEvjAkf1YIFrcOPj0GJw,3433
|
15
15
|
accrete/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
accrete/contrib/sequence/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
accrete/contrib/sequence/admin.py,sha256=mTjab5cVklRUIQcSrsUo-_JgtXEsSdcFj_gfWhlStS4,273
|
@@ -163,9 +163,9 @@ accrete/contrib/ui/templates/django/forms/widgets/select.html,sha256=jT_UnHizHfd
|
|
163
163
|
accrete/contrib/ui/templates/django/forms/widgets/text.html,sha256=MSmLlQc7PsPoDLVtTOOiWNprrsPriNr712yFxaHyDIo,47
|
164
164
|
accrete/contrib/ui/templates/django/forms/widgets/textarea.html,sha256=c9BTedqb3IkXLyVYd0p9pR8DFnsXCNGoxVBWZTk_Fic,278
|
165
165
|
accrete/contrib/ui/templates/ui/dashboard.html,sha256=udnwiSJEcn2wMaJfTs4P0Y20FU79VguK_9Lq4K2BqtM,160
|
166
|
-
accrete/contrib/ui/templates/ui/detail.html,sha256=
|
166
|
+
accrete/contrib/ui/templates/ui/detail.html,sha256=mragoiMrtKZmPK9hCnvV-f4mfnaYcL0PIhFCt8VQjP4,494
|
167
167
|
accrete/contrib/ui/templates/ui/form.html,sha256=mlrMsxUOn5RkyROLYBHWzdWckN8Cg-2-ynD0SRmuXSM,627
|
168
|
-
accrete/contrib/ui/templates/ui/layout.html,sha256=
|
168
|
+
accrete/contrib/ui/templates/ui/layout.html,sha256=abdGekzMYI4twq_cRFTKEnttb-QmNWrI9oQPrbnbqCQ,15688
|
169
169
|
accrete/contrib/ui/templates/ui/list.html,sha256=pgrnv9PDwIZ_oSpWxqMRdVaWXiGEJyNCFgdMb2BoKmg,1442
|
170
170
|
accrete/contrib/ui/templates/ui/table.html,sha256=8ELtgxoapCyNsvmGISAGXe712lG6AkP_nekb4OVLK3I,4481
|
171
171
|
accrete/contrib/ui/templates/ui/partials/filter.html,sha256=2vmeL3980rMmkRnmVtZh9mBHe6S0PTMjaGIN1J6SpNM,7184
|
@@ -221,7 +221,7 @@ accrete/utils/dates.py,sha256=apM6kt6JhGrKgoT0jfav1W-8AUVTxNc9xt3fJQ2n0JI,1492
|
|
221
221
|
accrete/utils/forms.py,sha256=Lll-DvAhKZDw72XeuCtb4wxQEJNFp7lQWh_Z1GyH3Zk,3049
|
222
222
|
accrete/utils/http.py,sha256=mAtQRgADv7zu1_j7A-EKVyb-oqa5a21i4Gd0QfjzGV0,3540
|
223
223
|
accrete/utils/models.py,sha256=EEhv7-sQVtQD24PEb3XcDUAh3VVhVFoMMLyFrDjGEaI,706
|
224
|
-
accrete-0.0.
|
225
|
-
accrete-0.0.
|
226
|
-
accrete-0.0.
|
227
|
-
accrete-0.0.
|
224
|
+
accrete-0.0.71.dist-info/METADATA,sha256=O8YJya9B9Ze9BAcqEqAUIy-623Uk48He85YfoZwzv_U,4892
|
225
|
+
accrete-0.0.71.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
226
|
+
accrete-0.0.71.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
|
227
|
+
accrete-0.0.71.dist-info/RECORD,,
|
File without changes
|
File without changes
|