Skip to content
This repository was archived by the owner on Jul 16, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions env.dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Copy this file to .env or just set these environment variables

# Campaign: number of variations (0 or false = don't show)
export CAMPAIGN_HEADER=0

# Format the profile URL like this "https://{{username}}.webmakerprofile.com"
export PROFILE_URL=

Expand Down
3 changes: 2 additions & 1 deletion locale/en_US/eoycampaign.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"eoy-url": "https://sendto.mozilla.org/page/contribute/EOYFR2013-newdefault?source=webmakerorg_bannerEN",
"eoy-donate": "Donate to Mozilla",
"eoy-desc": "You know us as the makers of Firefox &ndash; but your donations are what make Webmaker possible. Your donations drive our education work. Our activism. They help us teach web skills to children and adults. To address the parts of our mission that Firefox can't solve by itself, <strong>consider making a tax-deductible donation to Mozilla, a 501c(3) nonprofit.</strong>",
"eoy-desc": "You know us as the makers of Firefox &ndash; but your donations are what make Webmaker possible. Your donations drive our education work. Our activism. They help us teach web skills to children and adults. <strong>Consider making a tax-deductible donation to Mozilla, a 501c(3) nonprofit.</strong>",
"eoy-quote-0": "The future should be something our kids can make for themselves.",
"eoy-name-0": "Chad Sansing, Webmaker fellow",
"eoy-quote-1": "Everyone should be given the opportunity to explore its endless possibilities.",
Expand Down
2 changes: 1 addition & 1 deletion views/components/campaign-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
</div>

<form class="donate-form" method="GET" action="https://sendto.mozilla.org/page/contribute/eoyfr-webmaker-test">
<form class="donate-form" method="GET" action="{{ gettext('eoy-url') }})">
<h3>
{{ gettext("eoy-donate") }}
<div class="campaign-close-button">
Expand Down