Files
PyRIGS/templates/registration/registration_complete.html

10 lines
271 B
HTML

{% extends 'base.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 %}