Remove future template tags
This commit is contained in:
parent
85c0e75bcd
commit
62fd85a987
|
@ -67,7 +67,6 @@ class OrchestraIndexDashboard(dashboard.FluentIndexDashboard):
|
||||||
models.append(label)
|
models.append(label)
|
||||||
label = '.'.join((opts.app_label, opts.model_name))
|
label = '.'.join((opts.app_label, opts.model_name))
|
||||||
icons[label] = options.get('icon')
|
icons[label] = options.get('icon')
|
||||||
print(models)
|
|
||||||
module = AppDefaultIconList(title, models=models, icons=icons, collapsible=True)
|
module = AppDefaultIconList(title, models=models, icons=icons, collapsible=True)
|
||||||
for view_name, options in views:
|
for view_name, options in views:
|
||||||
self.process_registered_view(module, view_name, options)
|
self.process_registered_view(module, view_name, options)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{% extends "admin/orchestra/generic_confirmation.html" %}
|
{% extends "admin/orchestra/generic_confirmation.html" %}
|
||||||
{% load i18n l10n %}
|
{% load i18n l10n %}
|
||||||
{% load url from future %}
|
|
||||||
{% load admin_urls static utils %}
|
{% load admin_urls static utils %}
|
||||||
|
|
||||||
{% block extrastyle %}
|
{% block extrastyle %}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{% extends "admin/orchestra/generic_confirmation.html" %}
|
{% extends "admin/orchestra/generic_confirmation.html" %}
|
||||||
{% load i18n l10n %}
|
{% load i18n l10n %}
|
||||||
{% load url from future %}
|
|
||||||
{% load admin_urls static utils %}
|
{% load admin_urls static utils %}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{% extends "admin/base_site.html" %}
|
{% extends "admin/base_site.html" %}
|
||||||
{% load i18n l10n %}
|
{% load i18n l10n %}
|
||||||
{% load url from future %}
|
|
||||||
{% load admin_urls static utils %}
|
{% load admin_urls static utils %}
|
||||||
|
|
||||||
{% block extrastyle %}
|
{% block extrastyle %}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{% extends "admin/base_site.html" %}
|
{% extends "admin/base_site.html" %}
|
||||||
{% load i18n l10n %}
|
{% load i18n l10n %}
|
||||||
{% load url from future %}
|
|
||||||
{% load admin_urls static utils %}
|
{% load admin_urls static utils %}
|
||||||
|
|
||||||
{% block extrastyle %}
|
{% block extrastyle %}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{% extends "admin/base_site.html" %}
|
{% extends "admin/base_site.html" %}
|
||||||
{% load i18n l10n %}
|
{% load i18n l10n %}
|
||||||
{% load url from future %}
|
|
||||||
{% load admin_urls static utils %}
|
{% load admin_urls static utils %}
|
||||||
|
|
||||||
{% block extrastyle %}
|
{% block extrastyle %}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{% extends "admin/systemusers/systemuser/create_link.html" %}
|
{% extends "admin/systemusers/systemuser/create_link.html" %}
|
||||||
{% load i18n l10n %}
|
{% load i18n l10n %}
|
||||||
{% load url from future %}
|
|
||||||
{% load admin_urls static utils %}
|
{% load admin_urls static utils %}
|
||||||
|
|
||||||
{% block introduction %}
|
{% block introduction %}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{% extends "admin/base_site.html" %}
|
{% extends "admin/base_site.html" %}
|
||||||
{% load i18n l10n %}
|
{% load i18n l10n %}
|
||||||
{% load url from future %}
|
|
||||||
{% load admin_urls static utils %}
|
{% load admin_urls static utils %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
Loading…
Reference in New Issue