wagtail-cjkcms 24.12.2__py2.py3-none-any.whl → 24.12.3__py2.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.
- cjkcms/__init__.py +1 -1
- cjkcms/static/cjkcms/css/cjkcms-front.css +5 -0
- cjkcms/templates/cjkcms/blocks/pricelistitem_block.html +9 -5
- cjkcms/tests/media/images/test_6mZL9NZ.original.png +0 -0
- cjkcms/tests/media/original_images/test_6mZL9NZ.png +0 -0
- {wagtail_cjkcms-24.12.2.dist-info → wagtail_cjkcms-24.12.3.dist-info}/METADATA +3 -3
- {wagtail_cjkcms-24.12.2.dist-info → wagtail_cjkcms-24.12.3.dist-info}/RECORD +11 -9
- {wagtail_cjkcms-24.12.2.dist-info → wagtail_cjkcms-24.12.3.dist-info}/LICENSE +0 -0
- {wagtail_cjkcms-24.12.2.dist-info → wagtail_cjkcms-24.12.3.dist-info}/WHEEL +0 -0
- {wagtail_cjkcms-24.12.2.dist-info → wagtail_cjkcms-24.12.3.dist-info}/entry_points.txt +0 -0
- {wagtail_cjkcms-24.12.2.dist-info → wagtail_cjkcms-24.12.3.dist-info}/top_level.txt +0 -0
cjkcms/__init__.py
CHANGED
@@ -82,6 +82,11 @@ License: https://github.com/coderedcorp/coderedcms/blob/dev/LICENSE
|
|
82
82
|
content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
|
83
83
|
}
|
84
84
|
|
85
|
+
.leaders-dots {
|
86
|
+
border-bottom: 1px dotted currentColor;
|
87
|
+
margin-bottom: 5px;
|
88
|
+
}
|
89
|
+
|
85
90
|
.leaders span:first-child {
|
86
91
|
padding-right: 0.33em;
|
87
92
|
background: white;
|
@@ -1,16 +1,20 @@
|
|
1
1
|
{% load wagtailimages_tags %}
|
2
2
|
|
3
|
-
<div class="row">
|
3
|
+
<div class="row {%if self.settings.custom_css_class%}{{self.settings.custom_css_class}}{% endif %}">
|
4
4
|
{% if self.image %}
|
5
5
|
<div class="col-md-4">
|
6
6
|
{% image self.image original as imagedata %}
|
7
7
|
<img src="{{imagedata.url}}" alt="Photo of {{self.name}}" class="w-100" />
|
8
8
|
</div>
|
9
|
-
<div class="col-md-8"
|
9
|
+
<div class="col-md-8">
|
10
10
|
{% else %}
|
11
|
-
<div class="col-md-12"
|
11
|
+
<div class="col-md-12">
|
12
12
|
{% endif %}
|
13
|
-
|
14
|
-
|
13
|
+
<div class="d-flex">
|
14
|
+
<span class="flex-shrink-1 fs-5">{{self.name}}</span>
|
15
|
+
<span class="leaders-dots flex-grow-1"></span>
|
16
|
+
<span class="flex-shrink-1 fs-5 text-end">{{self.price}}</span>
|
17
|
+
</div>
|
18
|
+
<div><em>{{self.description}}</em></div>
|
15
19
|
</div>
|
16
20
|
</div>
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: wagtail-cjkcms
|
3
|
-
Version: 24.12.
|
3
|
+
Version: 24.12.3
|
4
4
|
Summary: Wagtail Content Management System, installable as a Django app into any Wagtail 4.1.x/5.x/6.x site.
|
5
5
|
Author-email: Grzegorz Krol <gk@cjk.pl>
|
6
6
|
License: BSD-3-Clause
|
@@ -32,8 +32,8 @@ License-File: LICENSE
|
|
32
32
|
Requires-Dist: django-bootstrap5
|
33
33
|
Requires-Dist: django>=4.2
|
34
34
|
Requires-Dist: wagtail>=5.1
|
35
|
-
Requires-Dist: wagtail-seo
|
36
|
-
Requires-Dist: wagtail-cache
|
35
|
+
Requires-Dist: wagtail-seo>=2.5.0
|
36
|
+
Requires-Dist: wagtail-cache>=2.5.1
|
37
37
|
Requires-Dist: cjkcms-color-panel
|
38
38
|
|
39
39
|

|
@@ -1,5 +1,5 @@
|
|
1
1
|
cjkcms/.DS_Store,sha256=cYcT7MpEwyMj1-CAvcue4ODbL87U2KGsmN7HYD4O8SY,6148
|
2
|
-
cjkcms/__init__.py,sha256=
|
2
|
+
cjkcms/__init__.py,sha256=bH8_fx5utHY9cdK_2SRdXAow_3c5C4R72Q_vi17T0go,273
|
3
3
|
cjkcms/apps.py,sha256=VA5Z1YerImetvN8KsjPTMSn1fSo6O1JkBJdK5y5ubJY,173
|
4
4
|
cjkcms/fields.py,sha256=dE0DuNIjX7jhA-5GjSmR2l66EDH2kq3vuxL9WyRALCY,3191
|
5
5
|
cjkcms/forms.py,sha256=_uu_FR8odz40lD-Rmw0tlK7-xxxa8THHfV2-1ZJYsIM,361
|
@@ -148,7 +148,7 @@ cjkcms/static/cjkcms/bi/fonts/bootstrap-icons.woff2,sha256=z-RbmB0bkbFzNho0z85fY
|
|
148
148
|
cjkcms/static/cjkcms/css/cjkcms-admin.css,sha256=I_ca37IMgYbh75CrhRenPvu3TzMVFgmDO2246fGijkI,846
|
149
149
|
cjkcms/static/cjkcms/css/cjkcms-custom-theme-disabled.css,sha256=n176w4XXEO7MdisDllr8_6pVmyRAEQM7QbAPvSVU5YU,2432
|
150
150
|
cjkcms/static/cjkcms/css/cjkcms-editor.css,sha256=rqUeJtq7TNyNpBvSkTOKzpFMUZ-Vh3K075EcmAvG05Q,1104
|
151
|
-
cjkcms/static/cjkcms/css/cjkcms-front.css,sha256=
|
151
|
+
cjkcms/static/cjkcms/css/cjkcms-front.css,sha256=fonu_XNWS-C_MozAKDVBORP18Pg43x2DvzMZULZZE0E,4936
|
152
152
|
cjkcms/static/cjkcms/images/avatars/default.png,sha256=f8QXRtZ1j3s2CItnnL8XbbhgfW2yPHKnijwG3d5qdb0,535
|
153
153
|
cjkcms/static/cjkcms/images/avatars/default.svg,sha256=kVYNxHtkb6nHbTCXyDG3qvS_-IgS9PknIf2I8KI9MrE,384
|
154
154
|
cjkcms/static/cjkcms/images/icons/calendar-day.svg,sha256=S6Wk7QnGUEkSzabH8ob5Vqoum1MBRNuQ4imz-in9n6Y,581
|
@@ -235,7 +235,7 @@ cjkcms/templates/cjkcms/blocks/pagelist_toc_nextprev.html,sha256=__QZ6SNxoWByrjU
|
|
235
235
|
cjkcms/templates/cjkcms/blocks/pagepreview_block.html,sha256=KGodzh8Pd-Jhg8mmMoLWFuiU3xDzBn4fuCqfYXT_iM4,200
|
236
236
|
cjkcms/templates/cjkcms/blocks/pagepreview_card.html,sha256=SJeuA6lWEQYws53vNCGSOK_JxyUZN-ja2D8dUh2dr4E,793
|
237
237
|
cjkcms/templates/cjkcms/blocks/pricelist_block.html,sha256=kq1M97zQlQjr_8E4Q9pge1hUMzjO_WNFQygN8Y1OUZ8,244
|
238
|
-
cjkcms/templates/cjkcms/blocks/pricelistitem_block.html,sha256=
|
238
|
+
cjkcms/templates/cjkcms/blocks/pricelistitem_block.html,sha256=bAObRZjYMktE1PTjLIv2odcIHdbiXirxaDjcjj9cZSg,708
|
239
239
|
cjkcms/templates/cjkcms/blocks/public_event_block.html,sha256=77XHVAGABezV2G-bXQyd8GnBHMOQpCQR1wVtR9l8Uqo,1155
|
240
240
|
cjkcms/templates/cjkcms/blocks/quote_block.html,sha256=GZoMDnpg1LUD-zsDw07h5HtCR3toWypz2dpTNuRwVUw,353
|
241
241
|
cjkcms/templates/cjkcms/blocks/quote_block_leftbar.html,sha256=SAIrsh9WkC74sm9oto3QnW0fBqCP4Abi9QZ-mDwviLs,852
|
@@ -336,16 +336,18 @@ cjkcms/tests/test_urls.py,sha256=otiKZcs1WLDQM6AOfcdZgsOGDwea1qS3VEc8Yy-FV-Q,288
|
|
336
336
|
cjkcms/tests/test_webpage.py,sha256=PvXeXbawigObsdi_YpQNuHFx3Lqi6wM3ktVHZsxYbr4,1520
|
337
337
|
cjkcms/tests/urls.py,sha256=_ksKz7HBHJtQK3HxC9cmJMX_dt6n4alx3FXjcL-cu28,850
|
338
338
|
cjkcms/tests/media/images/test.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
|
339
|
+
cjkcms/tests/media/images/test_6mZL9NZ.original.png,sha256=nLMtadXZhXXbt6DTm5enrysKX7cfWiUudtbS2X7mSzI,1938
|
339
340
|
cjkcms/tests/media/original_images/test.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
|
341
|
+
cjkcms/tests/media/original_images/test_6mZL9NZ.png,sha256=xJDvcufuQ-AM1HT-zgMxYEORko4rdK_8MSHU-puJNW8,2306
|
340
342
|
cjkcms/tests/testapp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
341
343
|
cjkcms/tests/testapp/apps.py,sha256=EwyrkWTu-_OoLoERBTlqkqfPIIrEsbHY3kbCxgrv_7I,169
|
342
344
|
cjkcms/tests/testapp/models.py,sha256=Rkn9KHrGbLzrKjP4y_gwtXma1_fJOZNU7ekb689fJEU,488
|
343
345
|
cjkcms/tests/testapp/migrations/0001_initial.py,sha256=hxr-r-42IQEGr_OsZkxXXCW7wbxAHuI_OLOkn-seJUU,4942
|
344
346
|
cjkcms/tests/testapp/migrations/0002_create_homepage.py,sha256=EfsxHh1oyqwahW9RVpTvaRDx_CHtFSJQahKEr7XC5Gg,1999
|
345
347
|
cjkcms/tests/testapp/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
346
|
-
wagtail_cjkcms-24.12.
|
347
|
-
wagtail_cjkcms-24.12.
|
348
|
-
wagtail_cjkcms-24.12.
|
349
|
-
wagtail_cjkcms-24.12.
|
350
|
-
wagtail_cjkcms-24.12.
|
351
|
-
wagtail_cjkcms-24.12.
|
348
|
+
wagtail_cjkcms-24.12.3.dist-info/LICENSE,sha256=KHsCh1fKOZzvcKe1a9h3FlDjTjK_UurO3wHK55TnHHo,1538
|
349
|
+
wagtail_cjkcms-24.12.3.dist-info/METADATA,sha256=M5kmJecG88HO89jYrgeCwOPn4HVQRv5WiEefqEbaJgE,3121
|
350
|
+
wagtail_cjkcms-24.12.3.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
351
|
+
wagtail_cjkcms-24.12.3.dist-info/entry_points.txt,sha256=FzoiFENdZ1uebNztyz6GlswkumQspd5VjWbR9MUIH_8,50
|
352
|
+
wagtail_cjkcms-24.12.3.dist-info/top_level.txt,sha256=8wJGOGo1pG5nO5akfcMzA7i3ndj5868I8w35vTT0JJM,7
|
353
|
+
wagtail_cjkcms-24.12.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|