{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "user_profile_base.html" %} {% load i18n %} {% block title %} {% translate "Email address updated successfully - Projectify" %} {% endblock title %} {% block user_profile_content %}

{% trans "Email address updated successfully" %}

{% trans "Your email address has been updated succesfully. You may now use your new email address to log in." %} {% trans "Go back to profile" %}
{% endblock user_profile_content %}