From 5cff9a3ad4c92cc101df5e292ec556b70d72c53a Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 23 May 2019 18:17:41 -0400 Subject: static: volunteer/submit/ack.html -> volunteer/submit/submit.html --- static/volunteer/submit/ack.html | 46 ------------------------------------- static/volunteer/submit/index.php | 2 +- static/volunteer/submit/submit.html | 46 +++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 static/volunteer/submit/ack.html create mode 100644 static/volunteer/submit/submit.html 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 @@ - - - -Submit — Volunteer — Free Software Foundation India - - - - - -
-
-
-
-

Volunteer

-
- -
-
- - -

Thank you! We'll get back to you soon.

- -

Oops! There were some issues:

- -
    - -
  • - -
- - Try again - - - -
-
- -
-
- -
- - - - - diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php index a5415b3..dc6f1a7 100644 --- a/static/volunteer/submit/index.php +++ b/static/volunteer/submit/index.php @@ -62,4 +62,4 @@ function post() { } $result = post(); -include(__DIR__ . '/ack.html'); +include(__DIR__ . '/submit.html'); diff --git a/static/volunteer/submit/submit.html b/static/volunteer/submit/submit.html new file mode 100644 index 0000000..454cb8b --- /dev/null +++ b/static/volunteer/submit/submit.html @@ -0,0 +1,46 @@ + + + +Submit — Volunteer — Free Software Foundation India + + + + + +
+
+
+
+

Volunteer

+
+ +
+
+ + +

Thank you! We'll get back to you soon.

+ +

Oops! There were some issues:

+ +
    + +
  • + +
+ + Try again + + + +
+
+ +
+
+ +
+ + + + + -- cgit v1.2.3