You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazarr/libs/flask_restx/templates/swagger-ui-libs.html

12 lines
478 B

{#
{% if config.SWAGGER_UI_LANGUAGES %}
<script src="{{ swagger_static('lang/translator.js') }}" type='text/javascript'></script>
{% for lang in config.SWAGGER_UI_LANGUAGES %}
{% set filename = 'lang/{0}.js'.format(lang) %}
<script src="{{ swagger_static(filename) }}" type='text/javascript'></script>
{% endfor%}
{% endif %}
#}
<script src="{{ swagger_static('swagger-ui-bundle.js') }}"></script>
<script src="{{ swagger_static('swagger-ui-standalone-preset.js') }}"></script>