Skip to content

Commit 8934c3b

Browse files
committed
Add Policies FAQ to links and restructure links to make them more obvious
1 parent de2c6f8 commit 8934c3b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/olympia/devhub/templates/devhub/includes/agreement.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@
44
{{ agreement_message }}
55
</p>
66
<ul class="agreement-links">
7-
<li>{{ agreement_form.distribution_agreement }}<a href="{{ url('devhub.docs', 'policies/agreement') }}" target="_blank" rel="noopener noreferrer">{{ _('Firefox Add-on Distribution Agreement') }}</a> {{ agreement_form.distribution_agreement.errors }}</li>
8-
<li>{{ agreement_form.review_policy }}<a href="{{ url('devhub.docs', 'policies/reviews') }}" target="_blank" rel="noopener noreferrer">{{ _('Review Policies and Rules') }}</a> {{ agreement_form.review_policy.errors }}</li>
7+
<li>
8+
{{ agreement_form.distribution_agreement }}
9+
{{ _('Firefox Add-on Distribution Agreement') }}
10+
(<a href="{{ url('devhub.docs', 'policies/agreement') }}" target="_blank" rel="noopener noreferrer">{{ _('link') }}</a>)
11+
{{ agreement_form.distribution_agreement.errors }}
12+
</li>
13+
<li>
14+
{{ agreement_form.review_policy }}
15+
{{ _('Review Policies and Rules') }}
16+
(<a href="{{ url('devhub.docs', 'policies/reviews') }}" target="_blank" rel="noopener noreferrer">{{ _('link') }}</a> <a href="{{ url('devhub.docs', 'policies/faq') }}" target="_blank" rel="noopener noreferrer">{{ _('faq') }}</a>)
17+
{{ agreement_form.review_policy.errors }}
18+
</li>
919
</ul>
1020
<p>
1121
{{ _('I have read and accept this Agreement and the Rules and Policies') }}.

0 commit comments

Comments
 (0)