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.
@@ -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
- {% for attr in action.attrs %}{{ attr }}{% endfor %}
38
+ {{ action.attrs_str }}
39
39
  >
40
40
  {% else %}
41
41
  <a class="button mr-2 {{ action.class_list|join:' ' }}"
42
- href="{{ action.url }}{{ url_params|default_if_none:'?' }}{% if page %}&page={{ page.number }}{% endif %}{{ action.query_params }}"
43
- {% for attr in action.attrs %}{{ attr }}{% endfor %}
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 %}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: accrete
3
- Version: 0.0.28
3
+ Version: 0.0.29
4
4
  Summary: Django Shared Schema Multi Tenant
5
5
  Author-email: Benedikt Jilek <benedikt.jilek@pm.me>
6
6
  License: Copyright (c) 2023 Benedikt Jilek
@@ -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=KVsYaXn5C8UQykMv4H5zFONretq8tjxLdwcgrwAYdvk,2835
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.28.dist-info/METADATA,sha256=SO405O8tJ2JxsxLxj7WrfExs10ujpFideOP3o_6ksKQ,4892
196
- accrete-0.0.28.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
197
- accrete-0.0.28.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
198
- accrete-0.0.28.dist-info/RECORD,,
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,,