[UPDT] ASSET: Update asset app to latest style

This commit is contained in:
Horilla
2025-09-11 12:28:16 +05:30
parent fd9d3af195
commit bb95bc97fc
3 changed files with 4 additions and 5 deletions

View File

@@ -3,11 +3,10 @@ from typing import Any
from django.utils.decorators import method_decorator
from django.utils.translation import gettext_lazy as _
from horilla_views.cbv_methods import login_required, permission_required
from horilla_views.generic.cbv.views import HorillaDetailedView, HorillaListView
from asset.filters import AssetFilter
from asset.models import Asset
from horilla_views.cbv_methods import login_required, permission_required
from horilla_views.generic.cbv.views import HorillaDetailedView, HorillaListView
@method_decorator(login_required, name="dispatch")

View File

@@ -23,4 +23,4 @@
{% endif %}
</div>
</div>
{% endif %}
{% endif %}

View File

@@ -24,4 +24,4 @@
</button>
</form>
<!-- End of Delete Form -->
{% endif %}
{% endif %}