-{% 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>