summaryrefslogtreecommitdiffstats
path: root/static/volunteer/submit/ack.html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-23 18:17:41 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-23 18:17:41 -0400
commit5cff9a3ad4c92cc101df5e292ec556b70d72c53a (patch)
tree9eeab5093b1f3e210670d1486cd5640ddb4bb77c /static/volunteer/submit/ack.html
parent2bbdc81960cfa02bb4cc0a0b282be7fa7f337eee (diff)
static: volunteer/submit/ack.html -> volunteer/submit/submit.html
Diffstat (limited to 'static/volunteer/submit/ack.html')
-rw-r--r--static/volunteer/submit/ack.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/static/volunteer/submit/ack.html b/static/volunteer/submit/ack.html
deleted file mode 100644
index 454cb8b..0000000
--- a/static/volunteer/submit/ack.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--#include virtual="/includes/html-open.html"-->
-
-<!--#include virtual="/includes/header-open.html"-->
-<title>Submit &mdash; Volunteer &mdash; Free Software Foundation India</title>
-<!--#include virtual="/includes/header-close.html"-->
-
-<!--#include virtual="/includes/body-open.html"-->
-<!--#include virtual="/includes/navbar.html"-->
-
-<div class="container main">
- <section class="section">
- <div class="content">
- <header>
- <h1>Volunteer</h1>
- </header>
-
- <div class="columns">
- <div class="column is-three-fifths">
-
- <?php if ($result['ok']) { ?>
- <p>Thank you! We'll get back to you soon.</p>
- <?php } else { ?>
- <p>Oops! There were some issues:</p>
-
- <ul>
- <?php foreach ($result['errors'] as $e) { ?>
- <li><?=$e?></li>
- <?php } ?>
- </ul>
-
- <a class="button is-link" href="/volunteer">Try again</a>
- <?php } ?>
-
-
- </div> <!-- end column -->
- </div> <!-- end columns -->
-
- </div>
- </section>
-
-</div>
-
-<!--#include virtual="/includes/footer.html"-->
-<!--#include virtual="/includes/js.html"-->
-<!--#include virtual="/includes/body-close.html"-->
-<!--#include virtual="/includes/html-close.html"-->