From 251c2086e8294564906c5f2c756ecf0dc9718df3 Mon Sep 17 00:00:00 2001
From: rsiddharth
Date: Mon, 15 Sep 2014 13:18:09 -0400
Subject: [PATCH] First version of the volunteer form ready.
The 'State' select field does not update when the 'Country' select
field is changed. I guess CORS must be enabled at crm.fsf.org for this
to work.
---
2015/volunteer/index.html | 146 ++++++++++++++++++++++++----------
server/2015/volunteer_js.html | 22 +++++
2 files changed, 125 insertions(+), 43 deletions(-)
create mode 100644 server/2015/volunteer_js.html
diff --git a/2015/volunteer/index.html b/2015/volunteer/index.html
index efe52036..7f0560a3 100755
--- a/2015/volunteer/index.html
+++ b/2015/volunteer/index.html
@@ -10,13 +10,15 @@
use that in planning future events like LibrePlanet
in different cities. We welcome you to use the #libreplanet channel on Freenode for informal communication.
-
-
-
-
-
-
-
-
+
diff --git a/server/2015/volunteer_js.html b/server/2015/volunteer_js.html
new file mode 100644
index 00000000..7ea9878a
--- /dev/null
+++ b/server/2015/volunteer_js.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
--
2.25.1