Commit 91247902 by Őry Máté

one: 404.html i18n

parent 1f174b7a
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
<!doctype html>
<html lang="en">
<html lang="{{LANGUAGE_CODE}}">
<head>
<meta charset="UTF-8">
<title>404 - A manóba</title>
<title>404 - {% trans ":(" %}</title>
</head>
<body>
<h1>404 - A manóba!</h1>
<h1>404 - {% trans ":(" %}</h1>
</body>
</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