{% extends 'base.html' %} {% block content %} {% load i18n %}

Change password

{% csrf_token %}

  • {% trans "Your password can’t be too similar to your other personal information." %}
  • {% trans "Your password must contain at least 8 characters." %}
  • {% trans "Your password can’t be a commonly used password."%}
  • {% trans "Your password can’t be entirely numeric." %}

{% endblock %}