2024-02-26 00:34:32 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
2024-03-10 01:13:16 +00:00
|
|
|
{% block title %}Thanks for Signing up for the Kitten Collective!{% endblock %}
|
2024-02-26 00:34:32 +00:00
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
{% block header %}{% endblock %}
|
|
|
|
|
|
|
|
<h1>You did it!</h1>
|
|
|
|
|
2024-02-26 01:24:45 +00:00
|
|
|
<div id="signup_success">
|
|
|
|
<p>
|
|
|
|
{{ self.0 }}
|
|
|
|
</p>
|
2024-02-26 00:34:32 +00:00
|
|
|
</div>
|
2024-02-26 01:24:45 +00:00
|
|
|
|
2024-03-10 01:13:16 +00:00
|
|
|
<p>Now, head on over to <a href="/user/login?redirect_to=%2F{{ self.0.username|escape }}">the login page</a> and git
|
|
|
|
going!
|
2024-02-26 01:24:45 +00:00
|
|
|
</p>
|
|
|
|
|
2024-02-26 00:34:32 +00:00
|
|
|
{% endblock %}
|