mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 00:12:15 +00:00
Breakout (most) user stuff to separate module
The model remains in RIGS for now, as it's pretty painful to move...
This commit is contained in:
10
users/templates/registration/registration_complete.html
Normal file
10
users/templates/registration/registration_complete.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user