Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
9895de99
Commit
9895de99
authored
May 28, 2016
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix signup URLs
parent
92bf8b91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/topics/funding.md
+4
-4
No files found.
docs/topics/funding.md
View file @
9895de99
...
@@ -163,7 +163,7 @@ If you are using REST framework as an full-time employee, consider recommending
...
@@ -163,7 +163,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/
individual
/"
method=
"POST"
>
<form
class=
"signup"
action=
"/signup/
{{ currency }}-{{ rates.personal1 }}
/"
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="{{ stripe_public }}"
data-key="{{ stripe_public }}"
...
@@ -211,7 +211,7 @@ Our professional and premium plans also include **priority support**. At any tim
...
@@ -211,7 +211,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/
startup
/"
method=
"POST"
>
<form
class=
"signup"
action=
"/signup/
{{ currency }}-{{ rates.corporate1 }}
/"
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="{{ stripe_public }}"
data-key="{{ stripe_public }}"
...
@@ -246,7 +246,7 @@ Our professional and premium plans also include **priority support**. At any tim
...
@@ -246,7 +246,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/
professional
/"
method=
"POST"
>
<form
class=
"signup"
action=
"/signup/
{{ currency }}-{{ rates.corporate2 }}
/"
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="{{ stripe_public }}"
data-key="{{ stripe_public }}"
...
@@ -284,7 +284,7 @@ Our professional and premium plans also include **priority support**. At any tim
...
@@ -284,7 +284,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/
premium
/"
method=
"POST"
>
<form
class=
"signup"
action=
"/signup/
{{ currency }}-{{ rates.corporate3 }}
/"
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="{{ stripe_public }}"
data-key="{{ stripe_public }}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment