{# Partial copy of login_base.html from rest_framework with AWX change. #} {% extends 'rest_framework/api.html' %} {% load i18n staticfiles %} {% block breadcrumbs %} {% endblock %} {% block content %}
{{ form.username.errors|striptags }}
{{ form.password.errors|striptags }}