This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
cud-themes/idp/registration/activation_complete.html

7 lines
122 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% trans "Your account is now activated" %}
{% endblock %}