{% extends "op/base.html" %} {% load i18n %} {% block content %}
{% if form.errors %}

{% trans "Sorry, that's not a valid username or password" %}

{% endif %}
{% endblock %}