X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fconfirm-error.html;fp=templates%2Fpatchwork%2Fconfirm-error.html;h=0000000000000000000000000000000000000000;hb=ad2762cf775a8dde508de47164d6429f3fd724f1;hp=81292e27e42bad02d8a5b82a3fd6456b137f985d;hpb=f09e982f58384946111d4157fd2b7c2b31b78612;p=patchwork diff --git a/templates/patchwork/confirm-error.html b/templates/patchwork/confirm-error.html deleted file mode 100644 index 81292e2..0000000 --- a/templates/patchwork/confirm-error.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Confirmation{% endblock %} -{% block heading %}Confirmation{% endblock %} - - -{% block body %} - -{% if error == 'inactive' %} -

This confirmation has already been processed; you've probably visited this -page before.

-{% endif %} - -{% if error == 'expired' %} -

The confirmation has expired. If you'd still like to perform the -{{conf.get_type_display}} process, you'll need to resubmit the request.

-{% endif %} - -{% endblock %}