1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-30 02:31:09 +02:00

Remove redoc

This commit is contained in:
Alexandre Iooss
2020-02-11 21:25:30 +01:00
parent 698ae42c9d
commit 1b848eede9
3 changed files with 1 additions and 18 deletions

View File

@ -97,7 +97,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<p>
Mediatek 2017-2020 &mdash;
<a href="mailto:club-med@crans.org">Nous contactez</a> &mdash;
<a href="{% url "redoc" %}">Explorer l'API</a>
<a href="{% url "api-root" %}">Explorer l'API</a>
</p>
</div>
{% endif %}

View File

@ -1,12 +0,0 @@
{% extends "base.html" %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n static %}
{% block coltype %}nopadding{% endblock %}
{% block content %}
<redoc spec-url='{% url "openapi-schema" %}'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
{% endblock %}