blob: 8c7d6189e7e2ebd271a0ae60cad6700ad8515bfa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{% extends "base.html" %}
{% load static %}
{% block content %}
<div class="container my-5 text-center">
<div class="row bg-light p-4 rounded">
<h2 class="text-success">Success! Thank you for signing up.</h2>
<p>A confirmation email has been sent to your inbox. We'll be in touch before our go-live
date with full details on how to register for an Alphabet Learning account and receive your discount.</p>
</div>
{% endblock content %}
|