You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
414 B
18 lines
414 B
{% extends "base_catalog.html" %}
|
|
|
|
{% block title %}Activation complete{% endblock %}
|
|
{% block page_title %}
|
|
{% endblock %}
|
|
{% block content_list %}
|
|
|
|
<div class="m-article">
|
|
|
|
<div class="item-wrap place clearfix">
|
|
<h1>Congratulations!</h1>
|
|
<p>Your registration is now complete. Go to the site and start having fun!</p>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
{% endblock %} |