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

updated deprecated links in disclaimer #1769

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

{% block faq_contact %}
<p>
{% blocktrans with faq_url='/faq' trimmed %}
{% blocktrans with faq_url='https://foundation.mozilla.org/donate/help/#frequently-asked-questions' trimmed %}
<b>Question donating?</b> Visit our <a href="{{ faq_url }}">FAQ</a> for answers to most common questions.
{% endblocktrans %}
</p>
<p>
{% blocktrans with help_url='/help/' trimmed %}
{% blocktrans with help_url='https://foundation.mozilla.org/donate/help' trimmed %}
<b>Need to reach us about your donation?</b> <a href="{{ help_url }}">Contact us</a>.
{% endblocktrans %}
</p>
Expand Down
Loading