mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
11 lines
271 B
HTML
11 lines
271 B
HTML
{% extends 'base_rigs.html' %}
|
|
|
|
{% block title %}Activation Complete{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="alert alert-success">
|
|
<h2>Activation Complete</h2>
|
|
<p>Your user account is now awaiting administrator approval. Won't be long!</p>
|
|
</div>
|
|
{% endblock %}
|