Skip to content

Commit

Permalink
templates: admin_static -> static
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Jan 1, 2021
1 parent 88684a5 commit 09b6eae
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "admin:admin/change_list.html" %}
{% load i18n admin_static admin_list %}
{% load i18n static admin_list %}
{% load admin_urls %}
{% load humanize %}
{% load admin_extra %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n admin_urls admin_static django_template_additions %}
{% load i18n admin_urls static django_template_additions %}
<div class="js-inline-admin-formset sortable sortable-ui inline-group{% if recursive_formset %} {{ recursive_formset.formset.prefix|default:"Root" }}-nested-inline {% if prev_prefix %} {{ prev_prefix }}-{{ loopCounter }}-nested-inline{% endif %} nested-inline{% endif %}" id="{{ inline_admin_formset.formset.prefix }}-group">
{% with recursive_formset=inline_admin_formset stacked_template='admin/edit_inline/stacked-nested.html' tabular_template='admin/edit_inline/tabular-nested.html'%}
<h2>{{ recursive_formset.opts.verbose_name_plural|title }}</h2>
Expand Down
2 changes: 1 addition & 1 deletion bluebottle/exports/templates/exportdb/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "admin/base_site.html" %}{% load i18n admin_static %}
{% extends "admin/base_site.html" %}{% load i18n static %}

{% block extrahead %}{{ block.super }}
{% if jquery_in_vendor %}
Expand Down
2 changes: 1 addition & 1 deletion bluebottle/exports/templates/exportdb/in_progress.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "exportdb/base.html" %}{% load i18n admin_static %}
{% extends "exportdb/base.html" %}{% load i18n static %}

{% block extrahead %}{{ block.super }}
<style type="text/css">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "admin/change_form.html" %}
{% load i18n admin_static admin_list admin_urls %}
{% load i18n static admin_list admin_urls %}

{% block object-tools-items %}
{% if original.can_update %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "admin/change_form.html" %}
{% load i18n admin_static admin_list admin_urls %}
{% load i18n static admin_list admin_urls %}

{% block object-tools-items %}
<li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "admin/change_form.html" %}
{% load i18n admin_static admin_list admin_urls %}
{% load i18n static admin_list admin_urls %}

{% block object-tools-items %}
<li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "admin/change_list.html" %}
{% load i18n admin_static admin_list %}
{% load i18n static admin_list %}
{% load admin_urls %}
{% load humanize %}

Expand Down

0 comments on commit 09b6eae

Please sign in to comment.