mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 14:49:31 +00:00
Final cleanup, formset was actually supposed to be fieldset.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{% extends "registration/registration_base.html" %}
|
||||
{% block title %}Activation complete{% endblock %}
|
||||
{% block content %}
|
||||
<div class="page-header">
|
||||
<h1>Activation Complete</h1>
|
||||
</div>
|
||||
<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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user