File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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 >
You can’t perform that action at this time.
0 commit comments