mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
Link to correct plans in sign up
This commit is contained in:
parent
d80acd1f1f
commit
a0602104c3
|
@ -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.
|
||||
* Improved support for HTTP Caching, in particular support for conditional database lookups.
|
||||
|
|
Loading…
Reference in New Issue
Block a user