X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9f843552b83310b0dab86e0aebedd13055ed9649..d34b2dabcaae5533294fa3861dc763b591702a3f:/wolnelektury/templates/404.html?ds=sidebyside diff --git a/wolnelektury/templates/404.html b/wolnelektury/templates/404.html index 9831864d2..50a56ea7e 100644 --- a/wolnelektury/templates/404.html +++ b/wolnelektury/templates/404.html @@ -1,19 +1,20 @@ +{% load i18n %} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl"> <head> -<title>404 - Zagubiona strona w WolneLektury.pl</title> +<title>404 - {% trans "Page does not exist" %} - WolneLektury.pl</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.5.2/build/reset/reset-min.css"> -<link rel="stylesheet" href="/media/css/error.css" type="text/css" /> +<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.5.2/build/reset/reset-min.css"> +<link rel="stylesheet" href="{{ STATIC_URL }}css/error.css" type="text/css" /> </head> <body> -<a href="/"><img src="/media/img/logo.png" /></a> -<p class="haj" style="font-weight: bold">Podana strona nie istnieje</p> +<a href="/"><img src="{{ STATIC_URL }}img/logo.png" /></a> +<p class="haj" style="font-weight: bold">{% trans "Page does not exist" %}</p> <p> -Przepraszamy, ale ta strona nie istnieje. Sprawdź czy podaÅeÅ dobry adres, lub przejdź do <a href="/">strony gÅównej</a>. +{% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%} <a href="/">{% trans "main page" %}</a>. </p> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">