Commit a0602104 by Tom Christie

Link to correct plans in sign up

parent d80acd1f
......@@ -92,7 +92,7 @@ If you are using REST framework as an full-time employee, consider recommending
Credited on the site
</div>
</div>
<form class="signup" action="/signup/" method="POST">
<form class="signup" action="/signup/individual/" method="POST">
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
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
</div>
</div>
<form class="signup" action="/signup/" method="POST">
<form class="signup" action="/signup/startup/" method="POST">
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
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
</div>
</div>
<form class="signup" action="/signup/" method="POST">
<form class="signup" action="/signup/professional/" method="POST">
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
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
</div>
</div>
<form class="signup" action="/signup/" method="POST">
<form class="signup" action="/signup/premium/" method="POST">
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
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.
* Support & documentation for alternative backends, including SQLalchemy.
* Improved support for HTTP Caching, in particular support for conditional database lookups.
\ No newline at end of file
* Improved support for HTTP Caching, in particular support for conditional database lookups.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment