fnp
/
audio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update to Django 1.11 and Celery 4.2.
[audio.git]
/
src
/
archive
/
templates
/
base.html
diff --git
a/src/archive/templates/base.html
b/src/archive/templates/base.html
index
5e0053f
..
4b69db8
100755
(executable)
--- a/
src/archive/templates/base.html
+++ b/
src/archive/templates/base.html
@@
-1,9
+1,9
@@
-{% load i18n %}
+{% load i18n
static
%}
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" type="text/css" href="{
{ STATIC_URL }}style.css?20110808
" />
+ <link rel="stylesheet" type="text/css" href="{
% static 'style.css' %}
" />
<title>{% trans "Audiobook repository" %}</title>
</head>
<body>
<title>{% trans "Audiobook repository" %}</title>
</head>
<body>