ojuso-map/ojusomap/templates/404.html
2017-11-18 19:48:06 +01:00

15 lines
322 B
HTML

{% extends 'base_page.html' %}
{% load i18n %}
{% block title %}
Oh no.
{% endblock title %}
{% block description %}
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 %}