Merge branch 'master' of http://github.com/fnp/wolnelektury
[wolnelektury.git] / wolnelektury / templates / 404.html
1 {% load i18n %}
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl">
5 <head>
6 <title>404 - {% trans "Site does not exist" %} - WolneLektury.pl</title>
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8 <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.5.2/build/reset/reset-min.css"> 
9 <link rel="stylesheet" href="{{ STATIC_URL }}css/error.css" type="text/css" />
10 </head>
11
12 <body>
13
14 <a href="/"><img src="{{ STATIC_URL }}img/logo.png" /></a>
15 <p class="haj" style="font-weight: bold">{% trans "Site does not exist" %}</p>
16 <p>
17 {% trans "We are sorry, but this site does not exist. Please check if you entered correct address or go to "%} <a href="/">{% trans "main page" %}</a>.
18 </p>
19
20 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
21 </script>
22 <script type="text/javascript">
23     _uacct = "UA-2576694-1";
24     urchinTracker();
25 </script>
26 </body>
27 </html>