[UPDT] HORILLA_VIEWS: Updated horilla views templates
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user