Update to Django 1.11 and Celery 4.2.
[audio.git] / src / archive / templates / base.html
index 5e0053f..4b69db8 100755 (executable)
@@ -1,9 +1,9 @@
-{% load i18n %}
+{% load i18n static %}
 <!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>