[UPDT] HORILLA VIEWS: Update html header

This commit is contained in:
Horilla
2025-03-06 12:08:54 +05:30
parent 7997636bd9
commit d7b1701646
4 changed files with 8 additions and 6 deletions

View File

@@ -2,11 +2,12 @@
horilla_views/generic/cbv/pipeline
"""
from django.views.generic import ListView
from django.db import models
from django.views.generic import ListView
from django_filters import FilterSet
from horilla_views.cbv_methods import get_short_uuid
from horilla.horilla_middlewares import _thread_locals
from horilla_views.cbv_methods import get_short_uuid
class Pipeline(ListView):

View File

@@ -92,7 +92,7 @@
{% endif %}
{% endfor %}
>
{{cell.0}}
{{cell.0|safe}}
</div>
</th>
{% endwith %}

View File

@@ -61,4 +61,3 @@
badge.attr("title", title);
</script>
</div>

View File

@@ -77,6 +77,8 @@ def getattribute(value, attr: str):
if isinstance(result, types.MethodType):
result = result()
value = result
else:
return getattr(value, attr, "")
return result