accrete 0.0.129__py3-none-any.whl → 0.0.130__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.
@@ -147,6 +147,9 @@
147
147
  <div class="mr-2">
148
148
  <p class="title is-5 px-2 py-1 my-1">{{ title }}</p>
149
149
  </div>
150
+ <div class="buttons">
151
+ {% block header_left_buttons %}{% endblock %}
152
+ </div>
150
153
  {% endblock %}
151
154
  </div>
152
155
  {% if page %}
@@ -3,10 +3,6 @@
3
3
  {% load ui %}
4
4
  {% load partials %}
5
5
 
6
- {% block header_left %}
7
- {{ block.super }}
8
- {% endblock %}
9
-
10
6
  {% block content_left %}
11
7
  <div class="fixed-grid has-{{ column_count }}-cols has-1-cols-mobile m-2">
12
8
  <div id="list-grid" class="grid m-0">
@@ -1,12 +1,11 @@
1
1
  {% extends 'ui/layout.html' %}
2
2
  {% load i18n %}
3
3
 
4
- {% block header_left %}
5
- {{ block.super }}
6
- <button class="button p-2 my-1 mr-1 is-light" hx-get="{% url 'user:change_password' %}" hx-target="body" hx-swap="beforeend">
4
+ {% block header_left_buttons %}
5
+ <button class="button is-light" hx-get="{% url 'user:change_password' %}" hx-target="body" hx-swap="beforeend">
7
6
  <span>{% translate 'Change Password' %}</span>
8
7
  </button>
9
- <button class="button p-2 my-1 mr-1 is-light" hx-get="{% url 'user:change_email' %}" hx-target="body" hx-swap="beforeend">
8
+ <button class="button is-light" hx-get="{% url 'user:change_email' %}" hx-target="body" hx-swap="beforeend">
10
9
  <span>{% translate 'Change E-Mail' %}</span>
11
10
  </button>
12
11
  {% endblock %}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: accrete
3
- Version: 0.0.129
3
+ Version: 0.0.130
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
@@ -197,8 +197,8 @@ accrete/contrib/ui/templates/django/forms/widgets/text.html,sha256=MSmLlQc7PsPoD
197
197
  accrete/contrib/ui/templates/django/forms/widgets/textarea.html,sha256=c9BTedqb3IkXLyVYd0p9pR8DFnsXCNGoxVBWZTk_Fic,278
198
198
  accrete/contrib/ui/templates/ui/content_right.html,sha256=XUF1tYpSKfO9FleYtJ2QmWPmwdLYxLHXdBLRa-BrFUs,221
199
199
  accrete/contrib/ui/templates/ui/form_error.html,sha256=uA8FLdZyeU0vXJHlGK3rcBqcmXb63MLPV32uQyUTak4,348
200
- accrete/contrib/ui/templates/ui/layout.html,sha256=g4ai6b39bu2NXv106dLIKLqe2oJJe-Vd8lyIis3Z9Wc,12678
201
- accrete/contrib/ui/templates/ui/list.html,sha256=NY8DmHGl3n5O1u-_B9a_mlAck19ZmpYthzecADuc3BM,2250
200
+ accrete/contrib/ui/templates/ui/layout.html,sha256=QTkcHPwOLdNq_HpT3AYUUCsH9yjINeN0QNbIkjFwQ8Y,12889
201
+ accrete/contrib/ui/templates/ui/list.html,sha256=XLcZn7H3DAwCzwd5ejd5IWLFhWhXUtIhj2OvLq2cjtE,2188
202
202
  accrete/contrib/ui/templates/ui/list_update.html,sha256=mLQTCgkKfVI5jrgei-Upc1u87iXL0Q63uLzXHPwMyeo,110
203
203
  accrete/contrib/ui/templates/ui/message.html,sha256=t3bZ5EE7IgQYJroCdLKFeUkZiNbgKkErVYQm6Y3IKpg,532
204
204
  accrete/contrib/ui/templates/ui/modal.html,sha256=9Gnj5qhIJrnAPgAuIUkrSWeuYyKppywvmK1483AMhxY,1870
@@ -235,7 +235,7 @@ accrete/contrib/user/templates/user/accrete_navbar_end_dropdown.html,sha256=suPo
235
235
  accrete/contrib/user/templates/user/change_email.html,sha256=w9gBnU_O45YchY0EqD9mUK5oeDaD4cN92tHN80QjReA,815
236
236
  accrete/contrib/user/templates/user/change_password.html,sha256=1U7cI-xshsy_nhSj3TUqL3tPtYaBF17XFDgJHXXDzIw,1021
237
237
  accrete/contrib/user/templates/user/login.html,sha256=SXbxgq3baEch3ksGMsZqIws5heqAtpkdCLAFX3SLhtQ,2669
238
- accrete/contrib/user/templates/user/user_form.html,sha256=KVHqtoss9ttft0K4yukSr4lB4ob8Ayj-eTokh60Efn8,2683
238
+ accrete/contrib/user/templates/user/user_form.html,sha256=fPbbUnx2URhdW9-by26q3xe3_w23de42Nj25BOC3qrs,2641
239
239
  accrete/contrib/user_registration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
240
240
  accrete/contrib/user_registration/admin.py,sha256=kwmGTsg4Hii-lsw9-UaJG7AhQ4k4SPi48GSrtpZ4YR4,119
241
241
  accrete/contrib/user_registration/apps.py,sha256=mYu3fuuubfjImeJHk4D_Wd6Edw2r3oUNXGcFbAkhir4,181
@@ -261,7 +261,7 @@ accrete/utils/forms.py,sha256=1UQoG0cXel4Tg-a_cG9doJNrl62a0JMDVEYrT5TSX1s,3383
261
261
  accrete/utils/log.py,sha256=BH0MBDweAjx30wGBO4F3sFhbgkSoEs7T1lLLjlYZNnA,407
262
262
  accrete/utils/models.py,sha256=2xTacvcpmDK_Bp4rAK7JdVLf8HU009LYNJ6eSpMgYZI,1014
263
263
  accrete/utils/views.py,sha256=AutijWetWGgjdO1PNc4gxCblT-i1fAfldNDFRbO9Sac,5012
264
- accrete-0.0.129.dist-info/METADATA,sha256=Ak-a0g5oHBQbDWpeg0ekq4Fi-RPP80PmqyeHp8W7uhM,4953
265
- accrete-0.0.129.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
266
- accrete-0.0.129.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
267
- accrete-0.0.129.dist-info/RECORD,,
264
+ accrete-0.0.130.dist-info/METADATA,sha256=HFmr4d3mkfMC7k78non4bjbwVwS1W00cAaDawMDELCc,4953
265
+ accrete-0.0.130.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
266
+ accrete-0.0.130.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
267
+ accrete-0.0.130.dist-info/RECORD,,