summaryrefslogtreecommitdiffstats
path: root/webapp/templates/change_revision_uploading.html
blob: f41b52e752e0401deb448fc3ad634ebdcbba70a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{%extends "change_base.html"%}

{%block additionalhead%}
<meta http-equiv="Refresh" content="5; URL=/r/{{hash}}" />
{%endblock%}

{% block body %}
<p>The upload of <code>{{hash}}</code> is still being processed.</p>
<p>Please try again in a few seconds.</p>
<p>If your browser does not automatically refresh this page,
<a href="/r/{{hash}}">click here</a>.</p>
{% endblock %}