datatracker/ietf/templates/submit/api_submit_info.html
Jennifer Richards 6aff818b72
feat: remove deprecated /api/submit/ endpoint (#8017)
* feat: remove deprecated /api/submit endpoint

* chore: remove unused imports

* test: test api_submit_tombstone view
2024-10-09 10:56:00 -05:00

14 lines
533 B
HTML

{% extends "base.html" %}
{# Copyright The IETF Trust 2015-2024, All Rights Reserved #}
{% load origin ietf_filters %}
{% block title %}Obsolete I-D submission API notice{% endblock %}
{% block content %}
{% origin %}
<h1 class="mb-3">Obsolete Internet-Draft submission API notice</h1>
<p>
The API endpoint previously available here is obsolete and is no longer supported.
Please use the <a href="{% url 'ietf.submit.views.api_submission' %}">new API endpoint</a>
instead.
</p>
{% endblock %}