Commit 099d200d by Dányi Bence

webui: add 404 page

parent 7a4578f4
{% extends "base.html" %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
<!doctype html>
<html lang="{{LANGUAGE_CODE}}">
<head>
<meta charset="UTF-8">
<title>404 - {% trans ":(" %}</title>
</head>
<body>
{% block content %}
<div id="http-error">
<h1>404 - {% trans ":(" %}</h1>
</body>
</html>
<p>
{% trans "The requested page does not exists... Please go away..." %}
</p>
</div>
{% endblock %}
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