aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/entity_edit.html
blob: 5da98d89c71fc10ec33a77113fd1ac379560c193 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block body %}

<h1>Not Implemented</h1>

Entity editing isn't implemented yet, only creation. Sorry!

{% endblock %}