Files
notifications-admin/app/templates/views/registration-continue.html

14 lines
348 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% block per_page_title %}
Check your email
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">Check your email</h1>
<p>An email has been sent to {{ session['user_details']['email'] }}.</p>
<p>Click the link in the email to continue your registration.</p>
{% endblock %}