{% extends 'tom_common/base.html' %} {% load django_bootstrap5 %} {% block title %}Ingest Event from GraceDB{% endblock %} {% block content %}

Ingest Event from GraceDB

Enter the GraceDB identifier for a non-localized event (e.g., a superevent) to fetch its data and create or update the corresponding event in this TOM.

{% csrf_token %} {% bootstrap_form form %}
{% endblock %}