{% extends "base.html" %} {% block title %}{{ item_id }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}

Edit {{ item_id }} - {{ type.id }}

Download this spreadsheet and edit it.

Then using Python, run these commands to get the JSON data:

TODO

{% if site_github_url %}

Go to the Github page to edit {{ item_data.git_filename }} and copy and paste in the JSON.

Or open a issue?

Button TODO

{% else %}

In the git repository, edit {{ item_data.git_filename }} and copy and paste in the JSON.

{% endif %} {% endblock %}