ojuso-map/ojusomap/templates/404.html

15 lines
322 B
HTML
Raw Normal View History

{% extends 'base_page.html' %}
2017-11-18 18:48:06 +00:00
{% load i18n %}
{% block title %}
2017-11-18 16:54:44 +00:00
Oh no.
{% endblock title %}
{% block description %}
2017-11-18 16:54:44 +00:00
This page doesn't exist.
{% endblock description %}
{% block inner %}
<a class="btn btn-primary btn-block" href="{% url 'index' %}">{% trans 'Go to the homepage' %}</a>
{% endblock inner %}