review/templates/404.html @ d483f003d230
Change the mercurial minimum version
the obsstore api was added in mercurial 2.3.
I did _not_ tested with this version though, so we may have to
change it if issues are encountered.
author |
Christophe de Vienne <cdevienne@gmail.com> |
date |
Fri, 21 Nov 2014 17:04:06 +0100 |
parents |
62247513862f |
children |
(none) |
{% extends "base.html" %}
{% block id %}404{% endblock %}
{% block title %}Page not found - {% endblock %}
{% block content %}
<h2>Page not found (404)</h2>
<p>The page you requested could not be found. <a href="/">Go home</a>.</p>
{% endblock %}