Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury
[wolnelektury.git] / wolnelektury / templates / 500.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>500 - {% trans "Server error" %} 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 "Server error" %}</p>
16 {% trans "<p>The Wolnelektury.pl site is currently unavailable. Meanwhile, visit our <a href='http://nowoczesnapolska.org.pl'>blog</a>.</p> <p>Inform our <a href='mailto:fundacja@nowoczesnapolska.org.pl'>administrators</a> about the error.</p>" %}
17
18 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
19 </script>
20 <script type="text/javascript">
21     _uacct = "UA-2576694-1";
22     urchinTracker();
23 </script>
24 </body>
25 </html>