aboutsummaryrefslogtreecommitdiffstats
path: root/templates/django_registration/activation_complete.html
blob: 81f2263762cb61638bb56b7a9994457f8373d3eb (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}
{% load i18n %}

{% block content %}

{% trans "Your account has been successfully activated." %}
<br/>
{% trans "You can now " %} <a href="{% url 'login' %}">{% trans "log in" %}</a>.

{% endblock %}