Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 7e03db1

Browse files
author
Andy McKay
committed
add in docs link (bug 730037)
1 parent 938518f commit 7e03db1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mkt/developers/templates/developers/payments/premium.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ <h1>{{ title }}</h1>
1919
</div>
2020
{{ form.premium_type.errors }}
2121
<div>{{ form.premium_type }}</div>
22+
<p>{{ loc('Learn about <a href="{0}">different payment types</a>.')|f('https://developer.mozilla.org/en/Apps/Marketplace_Payments')|xssafe }}</p>
2223
</div>
2324
{% include 'developers/payments/includes/paypal.html' %}
2425
{% include 'developers/payments/includes/tier.html' %}

mkt/submit/templates/submit/payments.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ <h2>App Payments</h2>
1313
<form method="post" class="devhub-form">
1414
<div class="brform island swagger c">
1515
{{ csrf() }}
16-
<p>
17-
{{ form_field(form.premium_type) }}
18-
</p>
16+
{{ form_field(form.premium_type) }}
17+
<p>{{ loc('Learn about <a href="{0}">different payment types</a>.')|f('https://developer.mozilla.org/en/Apps/Marketplace_Payments')|xssafe }}</p>
1918
</div>
2019
<button class="prominent continue c" type="submit">
2120
{{ _('Continue') }}

0 commit comments

Comments
 (0)