mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-04-28 12:25:30 +02:00
6 lines
225 B
HTML
6 lines
225 B
HTML
{% extends "common/base.html" %}
|
|
{% load i18n %}
|
|
{% block content %}
|
|
<h1>{% translate "Page not found" %}</h1>
|
|
<p>{% translate "We tried and tried but couldn't find the page you're looking for." %}</p>
|
|
{% endblock %}
|