[UPDT] HORILLA_VIEWS: Updated horilla views templates

This commit is contained in:
Horilla
2025-08-02 16:24:38 +05:30
parent 90e3a3b0a5
commit 4be8fdae0e
4 changed files with 3 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ from venv import logger
from django import forms, template
from django.contrib import messages
from django.core.cache import cache as CACHE
from django.core.paginator import Page, Paginator
from django.core.paginator import Paginator
from django.db import models
from django.db.models.fields.related import ForeignKey
from django.db.models.fields.related_descriptors import (

View File

@@ -42,11 +42,9 @@ from horilla_views.cbv_methods import ( # update_initial_cache,
get_verbose_name_from_field_path,
hx_request_required,
paginator_qry,
resolve_foreign_keys,
sortby,
split_by_import_reference,
structured,
update_related,
update_saved_filter_cache,
)
from horilla_views.forms import DynamicBulkUpdateForm, ToggleColumnForm

View File

@@ -1,7 +1,7 @@
{% load i18n %}
<section class="oh-wrapper oh-main__topbar" x-data="{searchShow: false}">
<div class="oh-main__titlebar oh-main__titlebar--left">
<h1 class="oh-main__titlebar-title fw-bold mb-0">{{nav_title}}</h1>
<h1 class="oh-main__titlebar-title fw-bold mb-0">{{nav_title|safe}}</h1>
<a
class="oh-main__titlebar-search-toggle"
role="button"

View File

@@ -2,7 +2,7 @@
{% block content %}
{% load static %}
{% for path in style_path %}
{% for path in style_static_paths %}
<link rel="stylesheet" href="{{path}}"/>
{% endfor %}
{% for path in script_static_paths %}