1 2 3 4 5 6 7 8
{% extends "base.html" %} {% block body %} <h1>Not Implemented</h1> <p>Entity editing via the web interface isn't implemented yet. Sorry! {% endblock %}