{% extends "base.html" %} {% block content %}
{% if wrong_password %} Het originele wachtwoord is verkeerd! {% endif %} {% if wrong_dupe_password %} Het herhaalde wachtwoord was niet het zelfds als het nieuwe wachtwoord {% endif %}
{% endblock %}