summaryrefslogtreecommitdiff
path: root/app/lib/grappelli/templates/admin_tools/dashboard/css.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/grappelli/templates/admin_tools/dashboard/css.html')
-rw-r--r--app/lib/grappelli/templates/admin_tools/dashboard/css.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/grappelli/templates/admin_tools/dashboard/css.html b/app/lib/grappelli/templates/admin_tools/dashboard/css.html
new file mode 100644
index 0000000..0c69fd1
--- /dev/null
+++ b/app/lib/grappelli/templates/admin_tools/dashboard/css.html
@@ -0,0 +1,2 @@
+{% for css in css_files %}
+<link rel="stylesheet" href="{{ media_url }}/{{ css }}" type="text/css" media="screen, projection"/>{% endfor %}