mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
10 lines
276 B
HTML
10 lines
276 B
HTML
{% extends 'base_rigs.html' %}
|
|
|
|
{% block title %}Registration complete{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="alert alert-success">
|
|
<h2>Thanks for registering</h2>
|
|
<p>Thanks for registering with RIGS, further details will be emailed to you.</p>
|
|
</div>
|
|
{% endblock %} |