Back to Jumpserver

Forgot Password Previewing

apps/users/templates/users/forgot_password_previewing.html

4.10.16597 B
Original Source

{% extends '_base_only_content.html' %} {% load static %} {% load i18n %} {% load bootstrap3 %} {% block custom_head_css_js %} {% endblock %} {% block html_title %}{% trans 'Forgot password' %}{% endblock %} {% block title %} {% trans 'Forgot password' %}?{% endblock %} {% block content %} {% if errors %}

{{ errors }}

{% endif %}

{% trans 'Please enter the username for which you want to retrieve the password' %}

{% csrf_token %} {% bootstrap_field form.username layout="horizontal" %} {% bootstrap_field form.captcha layout="horizontal" %} {% trans 'Submit' %}

{% endblock %}