Merge branch 'small' into 'master'
[mailman-postorious.git] / src / postorius / templates / 404.html
blob6fcb8df93d7439b928dc1636a93e082f1a190ae9
1 {% extends "postorius/base.html" %}
2 {% load i18n %}
4 {% block content %}
5 <h1>{% trans 'Page not found' %}</h1>
6 <div class="alert alert-danger">{% trans "This page either doesn't exist, or it moved somewhere else." %}</div>
7 {% endblock %}