This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{% extends '_base_only_content.html' %}
{% load static %}
{% load i18n %}
{% block html_title %} {{ title }} {% endblock %}
{% block title %} {{ title }}{% endblock %}
{% block custom_head_css_js %}
<style>
.passwordBox{
max-width:660px;
}
</style>
{% endblock %}
{% block content %}
<div>
{% if errors %}
<p>
<divclass="alert alert-danger">
{{ errors }}
</div>
</p>
{% endif %}
{% if messages %}
<p>
<divclass="alert alert-success"id="messages">
{{ messages|safe }}
</div>
</p>
{% endif %}
<divclass="row">
<divclass="col-lg-3">
<ahref="{{ redirect_url }}"class="btn btn-primary block full-width m-b">{% trans 'Return' %}</a>