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 %}