Blame view

templates/registration/registration_complete.html 174 Bytes
janek37 authored
1
2
3
4
{% extends "base.html" %}
{% load i18n %}

{% block content %}
janek37 authored
5
6
    <h1>Rejestracja zakończona</h1>
    <p>Pomyślnie dodano użytkownika, wysłano email.</p>
janek37 authored
7
{% endblock %}