diff --git a/pinax/templates/templates/pinax/waitinglist/_list_signup.html b/pinax/templates/templates/pinax/waitinglist/_list_signup.html new file mode 100644 index 0000000..821451e --- /dev/null +++ b/pinax/templates/templates/pinax/waitinglist/_list_signup.html @@ -0,0 +1,12 @@ +{% load bootstrap %} +
+

Enter your email address to reserve your spot in our private beta…

+ +
+ {% csrf_token %} + {{ form|bootstrap }} +
+ +
+
+
diff --git a/pinax/templates/templates/pinax/waitinglist/_success.html b/pinax/templates/templates/pinax/waitinglist/_success.html new file mode 100644 index 0000000..1c2e04f --- /dev/null +++ b/pinax/templates/templates/pinax/waitinglist/_success.html @@ -0,0 +1,3 @@ +
+ You have been added to the waiting list. +