mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
10 lines
250 B
HTML
10 lines
250 B
HTML
{% extends 'base_rigs.html' %}
|
|
|
|
{% block title %}Activation Complete{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="alert alert-success">
|
|
<h2>Activation Complete</h2>
|
|
<p>You user account is now fully registered. Enjoy RIGS</p>
|
|
</div>
|
|
{% endblock %} |