umap/umap/templates/404.html
2014-04-20 12:11:47 +02:00

12 lines
No EOL
305 B
HTML

{% extends "base.html" %}
{% load i18n static %}
{% block content %}
<div class="content404">
<a href="/" title="{% trans 'Take me to the home page' %}">
<h1>4<img src="{% static 'umap/img/logo.svg' %}">4</h1>
<h2>Not Found</h2>
</a>
</div>
{% endblock %}