accrete 0.0.157__py3-none-any.whl → 0.0.158__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/list.html +1 -1
- {accrete-0.0.157.dist-info → accrete-0.0.158.dist-info}/METADATA +1 -1
- {accrete-0.0.157.dist-info → accrete-0.0.158.dist-info}/RECORD +5 -5
- {accrete-0.0.157.dist-info → accrete-0.0.158.dist-info}/WHEEL +0 -0
- {accrete-0.0.157.dist-info → accrete-0.0.158.dist-info}/licenses/LICENSE +0 -0
@@ -7,7 +7,7 @@
|
|
7
7
|
<div id="list-grid" class="grid m-0">
|
8
8
|
{% for instance in page.object_list %}
|
9
9
|
{% partialdef entry inline=True %}
|
10
|
-
<div id="list-entry-{{ instance.pk }}" class="list-entry cell pb-0" style="{% if column_height %}
|
10
|
+
<div id="list-entry-{{ instance.pk }}" class="list-entry cell pb-0" style="{% if column_height %}height: {{ column_height }}{% endif %}">
|
11
11
|
<div class="box p-3"
|
12
12
|
style="word-break: break-word; height: 100%; overflow-y: auto; {% if instance.get_absolute_url and detail_enabled %}cursor:pointer;{% endif %}"
|
13
13
|
{% if instance.get_absolute_url and detail_enabled %}
|
@@ -215,7 +215,7 @@ accrete/contrib/ui/templates/ui/detail.html,sha256=V0HccLE0Pb-5haQFpvIoWZfF1UOrv
|
|
215
215
|
accrete/contrib/ui/templates/ui/favicon.html,sha256=ZSK6qDGV4Cexgt0VA3KOHYN100yZHOFjfOiFZVudWg0,90
|
216
216
|
accrete/contrib/ui/templates/ui/form_error.html,sha256=xIBoM45w_KQWrLDmXh4vibXz5w2_VEYrRCFrAEqdAl0,473
|
217
217
|
accrete/contrib/ui/templates/ui/layout.html,sha256=JjIDwzsJkXvq8jtgf-7ZMUv17jS_gRhIvow-LolfX3E,14988
|
218
|
-
accrete/contrib/ui/templates/ui/list.html,sha256=
|
218
|
+
accrete/contrib/ui/templates/ui/list.html,sha256=CcVQBxRmBZWFbTI9Lq0S_myIBB-bJpIIi9dHoDUwnJ4,2388
|
219
219
|
accrete/contrib/ui/templates/ui/list_update.html,sha256=CUV-OJCieOBrtSbh0vAoyZYL-_e9lP7vQrY4j1TlT7M,276
|
220
220
|
accrete/contrib/ui/templates/ui/message.html,sha256=H0JC3qoLO-M6vb9TcEPY-TNGHtgqcG5yOxSUP2sSb7g,824
|
221
221
|
accrete/contrib/ui/templates/ui/modal.html,sha256=sJI7YwTHPvirNlig69A08z7sk_5aYRmyeAUWzm1ceVs,3464
|
@@ -298,7 +298,7 @@ accrete/utils/forms.py,sha256=naV4urdfvmpxcx5Vf3Fo72M5Fy8DjGg5-vkysMKptbA,3914
|
|
298
298
|
accrete/utils/log.py,sha256=BH0MBDweAjx30wGBO4F3sFhbgkSoEs7T1lLLjlYZNnA,407
|
299
299
|
accrete/utils/models.py,sha256=o_nvvwXf8L9hg_6mkFmC9ok7eFZ0auZ0kUC7Buw7du8,2205
|
300
300
|
accrete/utils/views.py,sha256=LE9pZ1x9f7ioaPYydbrN4t1b0o6NIIq0qUjPTb1Qkbw,5022
|
301
|
-
accrete-0.0.
|
302
|
-
accrete-0.0.
|
303
|
-
accrete-0.0.
|
304
|
-
accrete-0.0.
|
301
|
+
accrete-0.0.158.dist-info/METADATA,sha256=osIV2xm1eTG6dC3XwXWe5WoizG5DbJALcQBaIvPOgo8,4953
|
302
|
+
accrete-0.0.158.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
303
|
+
accrete-0.0.158.dist-info/licenses/LICENSE,sha256=vHwb4Qnv8UfYKFiCWyTuRGsi49x19UQwHRCky3b2_NE,1057
|
304
|
+
accrete-0.0.158.dist-info/RECORD,,
|
File without changes
|
File without changes
|