Files
PyRIGS/users/templates/registration/registration_complete.html
FreneticScribbler f308a095f3 Breakout (most) user stuff to separate module
The model remains in RIGS for now, as it's pretty painful to move...
2020-04-12 19:22:03 +01:00

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 %}