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

{% trans "Your username and password didn't match. Please try again." %}

{% endif %}
{% csrf_token %} {{ form|bulma }}
{% endblock %}