mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 20:01:05 -05:00
{% admin_media_prefix %} is now {{ STATIC_URL }}admin/. Fixes issue #2
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{% load url from future %}
|
{% load url from future %}
|
||||||
{% block extrastyle %}
|
{% block extrastyle %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
<link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/changelists.css" />
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}admin/css/changelists.css" />
|
||||||
{{ media.css }}
|
{{ media.css }}
|
||||||
{% if not actions_on_top and not actions_on_bottom %}
|
{% if not actions_on_top and not actions_on_bottom %}
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{% load url from future %}
|
{% load url from future %}
|
||||||
{% block extrastyle %}
|
{% block extrastyle %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
<link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/changelists.css" />
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}admin/css/changelists.css" />
|
||||||
{{ media.css }}
|
{{ media.css }}
|
||||||
{% if not actions_on_top and not actions_on_bottom %}
|
{% if not actions_on_top and not actions_on_bottom %}
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{% load url from future %}
|
{% load url from future %}
|
||||||
{% block extrastyle %}
|
{% block extrastyle %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
<link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/changelists.css" />
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}admin/css/changelists.css" />
|
||||||
{{ media.css }}
|
{{ media.css }}
|
||||||
{% if not actions_on_top and not actions_on_bottom %}
|
{% if not actions_on_top and not actions_on_bottom %}
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{% load url from future %}
|
{% load url from future %}
|
||||||
{% block extrastyle %}
|
{% block extrastyle %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
<link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/changelists.css" />
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}admin/css/changelists.css" />
|
||||||
{{ media.css }}
|
{{ media.css }}
|
||||||
{% if not actions_on_top and not actions_on_bottom %}
|
{% if not actions_on_top and not actions_on_bottom %}
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user