feature switch for api register
[wolnelektury.git] / src / social / templates / social / user_confirmation.html
1 {% extends "base_simple.html" %}
2 {% load i18n %}
3
4
5 {% block body %}
6   <h1>{% trans "Konto potwierdzone" %}</h1>
7
8   <p class="normal-text">
9     {% blocktrans with user=user %}Konto <strong>{{ user }}</strong> zostało potwierdzone. Możesz się teraz zalogować.{% endblocktrans %}
10   </p>
11 {% endblock body %}
12