review/templates/500.html @ 354188b0eca0
Allow signoff to be added when one already exists on a precursor.
The current obsolescence support makes little difference between
comments/signoff from a cset and the ones from its predecessors.
This patch avoid a signoff from a precursor to be seen as changeable, and allow
the user to re-signoff on the latest version of the changeset.
author |
Christophe de Vienne <cdevienne@gmail.com> |
date |
Wed, 29 Oct 2014 14:32:27 +0100 |
parents |
62247513862f |
children |
(none) |
{% extends "base.html" %}
{% block id %}500{% endblock %}
{% block title %}Server error - {% endblock %}
{% block content %}
<h2>Server error (500)</h2>
<p>Something went horribly wrong.</p>
<p>
If you have a few extra minutes you could
<a href="http://bitbucket.org/sjl/hg-review/issues/">file a bug report</a>.
</p>
{% endblock %}