Link to correct plans in sign up

This commit is contained in:
Tom Christie 2015-08-13 17:14:19 +01:00
parent d80acd1f1f
commit a0602104c3

View File

@ -92,7 +92,7 @@ If you are using REST framework as an full-time employee, consider recommending
Credited on the site Credited on the site
</div> </div>
</div> </div>
<form class="signup" action="/signup/" method="POST"> <form class="signup" action="/signup/individual/" method="POST">
<script <script
src="https://checkout.stripe.com/checkout.js" class="stripe-button" src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_pSlS9x7p9l5capgZrXLrwchb" data-key="pk_test_pSlS9x7p9l5capgZrXLrwchb"
@ -137,7 +137,7 @@ Our professional and premium plans also include **priority support**. At any tim
<span class="variable">Funding page</span> ad placement <span class="variable">Funding page</span> ad placement
</div> </div>
</div> </div>
<form class="signup" action="/signup/" method="POST"> <form class="signup" action="/signup/startup/" method="POST">
<script <script
src="https://checkout.stripe.com/checkout.js" class="stripe-button" src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_pSlS9x7p9l5capgZrXLrwchb" data-key="pk_test_pSlS9x7p9l5capgZrXLrwchb"
@ -171,7 +171,7 @@ Our professional and premium plans also include **priority support**. At any tim
<span class="variable">Priority support</span> for your engineers <span class="variable">Priority support</span> for your engineers
</div> </div>
</div> </div>
<form class="signup" action="/signup/" method="POST"> <form class="signup" action="/signup/professional/" method="POST">
<script <script
src="https://checkout.stripe.com/checkout.js" class="stripe-button" src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_pSlS9x7p9l5capgZrXLrwchb" data-key="pk_test_pSlS9x7p9l5capgZrXLrwchb"
@ -205,7 +205,7 @@ Our professional and premium plans also include **priority support**. At any tim
<span class="variable">Priority support</span> for your engineers <span class="variable">Priority support</span> for your engineers
</div> </div>
</div> </div>
<form class="signup" action="/signup/" method="POST"> <form class="signup" action="/signup/premium/" method="POST">
<script <script
src="https://checkout.stripe.com/checkout.js" class="stripe-button" src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_pSlS9x7p9l5capgZrXLrwchb" data-key="pk_test_pSlS9x7p9l5capgZrXLrwchb"
@ -235,4 +235,4 @@ For further enquires please contact <a href=mailto:tom@tomchristie.com>tom@tomch
The roadmap below is an indication of some of the ongoing and future work we believe is important to REST framework. The roadmap below is an indication of some of the ongoing and future work we believe is important to REST framework.
* Support & documentation for alternative backends, including SQLalchemy. * Support & documentation for alternative backends, including SQLalchemy.
* Improved support for HTTP Caching, in particular support for conditional database lookups. * Improved support for HTTP Caching, in particular support for conditional database lookups.