Back to Jumpserver

Redirect Confirm

apps/templates/redirect_confirm.html

4.10.16488 B
Original Source

{% extends '_base_only_content.html' %} {% load static %} {% load i18n %} {% block html_title %} {{ INTERFACE.login_title }} {% endblock %} {% block title %} {{ INTERFACE.login_title }}{% endblock %} {% block content %}

{% trans 'You are about to be redirected to an external website.' %}

{% trans 'Please confirm that you trust this link: ' %}

{{ target_url }}

{% trans 'Back' %}

{% trans 'Confirm' %}

{% endblock %}