{% extends "core.html" %} {% block html_class %}login-pf{% endblock %} {% block body %} Oracle® logo

Sign in to Preupgrade assistant UI

{% if form.errors %}
Your username and password didn't match. Please try again.
{% endif %}
{% csrf_token %}
{% if right_text %}
{{ right_text }}
{% endif %}
{% endblock %}