mirror of
https://github.com/Rushilwiz/launchx.git
synced 2025-04-05 12:40:18 -04:00
14 lines
474 B
HTML
14 lines
474 B
HTML
{% extends 'launchx/base.html' %}
|
|
{% load launchx_extras %}
|
|
|
|
{% block styles %}
|
|
<link rel="stylesheet" href="{% static 'innovate/confirm.css' %}">
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<main class="signup">
|
|
<h1>Congrats!</h1>
|
|
<h4>You've successfully signed up for InnovateTJ, please check your email for a confirmation. We'll see you there!</h4>
|
|
<a href="{% url '/' %}"><button class="btn btn-light">Back</button></a>
|
|
</main>
|
|
{% endblock %} |