2022-07-21 12:45:28 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2022-07-21 12:48:18 +00:00
|
|
|
<h1 class="title">Pathogen Data Insights</h1>
|
|
|
|
<div class="container">
|
|
|
|
<h2 class="subtitle">Thank you for your order!</h2>
|
|
|
|
<div class="col">
|
|
|
|
<h2 class="subtitle">The customer portal will be available <a href="{% url 'billing' %} ">in your profile</a> shortly.</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-07-21 12:45:28 +00:00
|
|
|
{% endblock %}
|