aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/409.html
blob: 4f56e03e2ba39c497343943b8bbf7169ef8c56ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "base.html" %}
{% block body %}

<center>
<div style="font-size: 8em;">409</div>
<div style="font-size: 3em;">Edit Conflict</div>

<p>Oops! Somebody else tried to edit the same resource at the same time, and
there was a conflict. You will need to resolve this manually (eg, create a new
edit from scratch).
</center>

{% endblock %}