blob: f953beb46baf3374874833c1dc53dedddd7ca8cc (
plain) (
tree)
|
|
{% extends "base.html" %}
{% load static %}
{% block content %}
<div class="container my-5">
<div class="row">
<h2>Thanks for signing up!</h2>
<p>When we go live, we will be in touch with a 50% off discount code for your first purchase and other exclusive offers.</p>
</div>
{% endblock content %}
|