Blame view

common/templates/404.html 250 Bytes
janek37 authored
1
{% extends "base.html" %}
janek37 authored
2
{% load version_static i18n %}
janek37 authored
3
janek37 authored
4
{% block title %}{% trans 'Error 404: File Not Found' %}{% endblock %}
janek37 authored
5
janek37 authored
6
{% block text-content %}
janek37 authored
7
    <p style="font-size: large;">{% trans 'Error: wrong address entered' %}</p>
janek37 authored
8
{% endblock %}