aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/jams/thanks.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/jams/thanks.html')
-rw-r--r--templates/main/jams/thanks.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/templates/main/jams/thanks.html b/templates/main/jams/thanks.html
deleted file mode 100644
index f123b227..00000000
--- a/templates/main/jams/thanks.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "main/base.html" %}
-{% block title %}Code Jams | Thanks!{% endblock %}
-{% block og_title %}Code Jams | Thanks!{% endblock %}
-
-{% block content %}
-<div class="uk-section">
- <div class="uk-container uk-container-small">
- <h1 class="uk-header uk-article-title">
- Code Jam {{ jam.number }}: {{ jam.title }}
- </h1>
- <p class="uk-article-meta">
- Bring the thunder!
- </p>
-
- <p class="uk-alert uk-alert-success">
- Thanks for your application! Just sit back, relax, and we'll let you know whether you've been selected
- for this code jam when the time comes.
- </p>
-
- <a class="uk-button uk-button-secondary uk-align-center" href="{{ url_for("main.jams.index") }}">
- <i class="uk-icon fa-fw far fa-arrow-left"></i> &nbsp;Back to all code jams
- </a>
- </div>
-</div>
-{% endblock %}