File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- version = '1.5.0b0 '
1+ version = '1.5.0 '
22default_app_config = 'adminlteui.apps.AdminlteUIConfig'
Original file line number Diff line number Diff line change 1- {% load i18n admin_static adminlte_options adminlte_menu %}<!DOCTYPE html>
1+ {% load i18n static adminlte_options adminlte_menu %}<!DOCTYPE html>
22{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
33
44{% get_adminlte_settings as adminlte %}
Original file line number Diff line number Diff line change 1- {% load i18n admin_static adminlte_options %}<!DOCTYPE html>
1+ {% load i18n static adminlte_options %}<!DOCTYPE html>
22{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
33< html lang ="{{ LANGUAGE_CODE|default: "en-us " }}" {% if LANGUAGE_BIDI %}dir="rtl "{% endif %} >
44< head >
Original file line number Diff line number Diff line change 11{% extends 'admin/base_site.html' %}
2- {% load i18n admin_static adminlte_options %}
2+ {% load i18n static adminlte_options %}
33
44{% block extrastyle %}
55{{ block.super }}
Original file line number Diff line number Diff line change 1- {% load i18n admin_static adminlte_options %}<!DOCTYPE html>
1+ {% load i18n static adminlte_options %}<!DOCTYPE html>
22{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
33< html lang ="{{ LANGUAGE_CODE|default: "en-us " }}" {% if LANGUAGE_BIDI %}dir="rtl "{% endif %} >
44< head >
Original file line number Diff line number Diff line change 11# ChangeLog
22
3- ## [ v1.5.0b0 ] ( https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.5.0b0 )
3+ ## [ v1.5.0 ] ( https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.5.0 )
44
5+ - fix #12 admin_static is removed in django3
56- add adminlte/widgets/select.html && auto active select2 by select id.
67
78## [ v1.4.0] ( https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.4.0 )
You can’t perform that action at this time.
0 commit comments