Commit 91247902 by Őry Máté

one: 404.html i18n

parent 1f174b7a
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
<!doctype html> <!doctype html>
<html lang="en"> <html lang="{{LANGUAGE_CODE}}">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>404 - A manóba</title> <title>404 - {% trans ":(" %}</title>
</head> </head>
<body> <body>
<h1>404 - A manóba!</h1> <h1>404 - {% trans ":(" %}</h1>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment