{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {% extends "user_base.html" %} {% load i18n %} {% block title %} {% translate "Email confirmation link sent - Projectify" %} {% endblock title %} {% load static %} {% block user_content %}
{% trans "Please go to your email and follow the instructions to activate your account" %}
{% trans "Back to homepage" %}