accrete 0.0.28__py3-none-any.whl → 0.0.29__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/partials/header.html +5 -3
- {accrete-0.0.28.dist-info → accrete-0.0.29.dist-info}/METADATA +1 -1
- {accrete-0.0.28.dist-info → accrete-0.0.29.dist-info}/RECORD +5 -5
- {accrete-0.0.28.dist-info → accrete-0.0.29.dist-info}/WHEEL +0 -0
- {accrete-0.0.28.dist-info → accrete-0.0.29.dist-info}/licenses/LICENSE +0 -0
@@ -35,12 +35,14 @@
|
|
35
35
|
{% if action.submit %}
|
36
36
|
<input class="button mr-2 {{ action.class_list|join:' ' }}"
|
37
37
|
type="submit" form={{ action.form_id }} value="{{ action.name }}"
|
38
|
-
{
|
38
|
+
{{ action.attrs_str }}
|
39
39
|
>
|
40
40
|
{% else %}
|
41
41
|
<a class="button mr-2 {{ action.class_list|join:' ' }}"
|
42
|
-
|
43
|
-
|
42
|
+
{% if action.url %}
|
43
|
+
{{ action.method.value }}="{{ action.url }}{% if action.add_url_params %}{{ url_params|default_if_none:'?' }}{% endif %}{% if page %}&page={{ page.number }}{% endif %}{{ action.query_params }}"
|
44
|
+
{% endif %}
|
45
|
+
{{ action.attrs_str }}
|
44
46
|
>{{ action.name }}
|
45
47
|
</a>
|
46
48
|
{% endif %}
|
@@ -145,7 +145,7 @@ accrete/contrib/ui/templates/ui/table.html,sha256=68EG0v78UXWx1YQtJWlqDmXx-7db6D
|
|
145
145
|
accrete/contrib/ui/templates/ui/partials/filter.html,sha256=phuMVykVDGo3urTGGHeA1aLALoSdsZHYEJYLi3rkfo0,2686
|
146
146
|
accrete/contrib/ui/templates/ui/partials/form_errors.html,sha256=1_TQvTdiejsn-43YSyp2YfnP52P-MFYb-HGY0DLm4oA,991
|
147
147
|
accrete/contrib/ui/templates/ui/partials/form_modal.html,sha256=FFDfI5qjOCUBSGqDjBXa8tcqN2q94wOOCNFDaiyplHQ,1032
|
148
|
-
accrete/contrib/ui/templates/ui/partials/header.html,sha256=
|
148
|
+
accrete/contrib/ui/templates/ui/partials/header.html,sha256=Pbw3oE6Id_WJACc_MWKNDFBBUsYYzWOTJisM9rr77I4,2922
|
149
149
|
accrete/contrib/ui/templates/ui/partials/onchange_form.html,sha256=K5twTGqRUW1iM2dGtdWntjsJvJVo5EIzKxX2HK-H1yw,160
|
150
150
|
accrete/contrib/ui/templates/ui/partials/pagination_detail.html,sha256=ee5d5wZHLgh8wARvKCVZ68KZf77w107GWNRi9qkpW80,938
|
151
151
|
accrete/contrib/ui/templates/ui/partials/pagination_list.html,sha256=zdIHmK5W58IpYlW7QmMVpsh1ufUIxpPrDimq9uqaYFQ,1299
|
@@ -192,7 +192,7 @@ accrete/migrations/0002_initial.py,sha256=dFOM7kdHlx7pVAh8cTDlZMtciN4O9Z547HAzEK
|
|
192
192
|
accrete/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
193
193
|
accrete/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
194
194
|
accrete/utils/dates.py,sha256=iqMqEcW1ZV5yg9TjVN01-Pa24vgdcO-_u2x_sXSvMPI,1329
|
195
|
-
accrete-0.0.
|
196
|
-
accrete-0.0.
|
197
|
-
accrete-0.0.
|
198
|
-
accrete-0.0.
|
195
|
+
accrete-0.0.29.dist-info/METADATA,sha256=k0fdGSvddZoIGiCMEjg-kSWQiaMYVm4NWAR70B1q214,4892
|
196
|
+
accrete-0.0.29.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
|
197
|
+
accrete-0.0.29.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
|
198
|
+
accrete-0.0.29.dist-info/RECORD,,
|
File without changes
|
File without changes
|