mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 14:22:16 +00:00
8 lines
287 B
HTML
8 lines
287 B
HTML
{% extends "registration/registration_base.html" %}
|
|
{% block title %}Activation complete{% endblock %}
|
|
{% block content %}
|
|
<p>Thanks, activation complete! You may now <a href='{% url auth_login %}'>login</a> using the username and password you set at registration.</p>
|
|
{% endblock %}
|
|
|
|
|