accrete 0.0.67__py3-none-any.whl → 0.0.68__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/table.html +13 -12
- {accrete-0.0.67.dist-info → accrete-0.0.68.dist-info}/METADATA +1 -1
- {accrete-0.0.67.dist-info → accrete-0.0.68.dist-info}/RECORD +5 -5
- {accrete-0.0.67.dist-info → accrete-0.0.68.dist-info}/WHEEL +0 -0
- {accrete-0.0.67.dist-info → accrete-0.0.68.dist-info}/licenses/LICENSE +0 -0
@@ -36,18 +36,19 @@
|
|
36
36
|
{% else %}
|
37
37
|
{% with val=obj|field_attr:field is_relation=field.is_relation %}
|
38
38
|
<td style="text-align: {{ field.alignment.value }}" {% if val|length > field.truncate_after %}title="{{ val }}"{% endif %}>
|
39
|
-
<span
|
40
|
-
|
41
|
-
{{ field.
|
42
|
-
|
43
|
-
{%
|
44
|
-
{
|
45
|
-
|
46
|
-
{
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
39
|
+
<span>
|
40
|
+
<span class="responsive-heading has-text-weight-light" style="margin-right: .2rem">{{ field.label }}:</span>
|
41
|
+
{% if is_relation and val.get_absolute_url %}<a href="{{ obj|related_obj_url:field.name }}" class="is-underlined">{% endif %}
|
42
|
+
{{ field.prefix }}
|
43
|
+
{% block td_content %}
|
44
|
+
{% if field.truncate_after > 0 %}
|
45
|
+
{{ val|default_if_none:'---'|truncatechars:field.truncate_after }}
|
46
|
+
{% else %}
|
47
|
+
{{ val|default_if_none:'---' }}
|
48
|
+
{% endif %}
|
49
|
+
{% endblock %}
|
50
|
+
{{ field.suffix }}
|
51
|
+
{% if is_relation %}</a>{% endif %}
|
51
52
|
</span>
|
52
53
|
</td>
|
53
54
|
{% endwith %}
|
@@ -167,7 +167,7 @@ accrete/contrib/ui/templates/ui/detail.html,sha256=b1HC1QCGooo6tLh7fLhEDPau1tIOz
|
|
167
167
|
accrete/contrib/ui/templates/ui/form.html,sha256=mlrMsxUOn5RkyROLYBHWzdWckN8Cg-2-ynD0SRmuXSM,627
|
168
168
|
accrete/contrib/ui/templates/ui/layout.html,sha256=f8K0KDlh_eDz0UKH0IB34dBjPtDiNgsuPgysK-DYLgE,14792
|
169
169
|
accrete/contrib/ui/templates/ui/list.html,sha256=pgrnv9PDwIZ_oSpWxqMRdVaWXiGEJyNCFgdMb2BoKmg,1442
|
170
|
-
accrete/contrib/ui/templates/ui/table.html,sha256=
|
170
|
+
accrete/contrib/ui/templates/ui/table.html,sha256=8ELtgxoapCyNsvmGISAGXe712lG6AkP_nekb4OVLK3I,4481
|
171
171
|
accrete/contrib/ui/templates/ui/partials/filter.html,sha256=2vmeL3980rMmkRnmVtZh9mBHe6S0PTMjaGIN1J6SpNM,7184
|
172
172
|
accrete/contrib/ui/templates/ui/partials/form_errors.html,sha256=C5ktasYff2xBTiWfM6QR8qaGKSyK9QufB3B9N77KGpg,1386
|
173
173
|
accrete/contrib/ui/templates/ui/partials/form_modal.html,sha256=E52tFaIL3mcWRBHEamkOL1ZSBsBv08JsYFkoUtlhGgc,1165
|
@@ -222,7 +222,7 @@ accrete/utils/dates.py,sha256=apM6kt6JhGrKgoT0jfav1W-8AUVTxNc9xt3fJQ2n0JI,1492
|
|
222
222
|
accrete/utils/forms.py,sha256=Lll-DvAhKZDw72XeuCtb4wxQEJNFp7lQWh_Z1GyH3Zk,3049
|
223
223
|
accrete/utils/http.py,sha256=mAtQRgADv7zu1_j7A-EKVyb-oqa5a21i4Gd0QfjzGV0,3540
|
224
224
|
accrete/utils/models.py,sha256=EEhv7-sQVtQD24PEb3XcDUAh3VVhVFoMMLyFrDjGEaI,706
|
225
|
-
accrete-0.0.
|
226
|
-
accrete-0.0.
|
227
|
-
accrete-0.0.
|
228
|
-
accrete-0.0.
|
225
|
+
accrete-0.0.68.dist-info/METADATA,sha256=qVprViNkf6XUtepa6XErqzMIqKbu3xMLUPNVF-Vxpv4,4892
|
226
|
+
accrete-0.0.68.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
227
|
+
accrete-0.0.68.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
|
228
|
+
accrete-0.0.68.dist-info/RECORD,,
|
File without changes
|
File without changes
|