Skip to content

Commit

Permalink
Update sponsor packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amakarudze committed Jun 24, 2023
1 parent 4939ac0 commit 1423cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/donations/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h3>{% trans "Monthly donations" %}</h3>
<p>
{% blocktrans trimmed %}
Are you a company interested in sponsoring us?
Our <a href="https://drive.google.com/file/d/1T2jL9tnu5ZkNvkQRAxd7jlt_BnX7VCLE/view?usp=sharing">corporate sponsorships</a>
Our <a href="https://drive.google.com/file/d/1cp774iWVbU5_GcpsUG4Ya9F-RAN8EWiT/view?usp=sharing">corporate sponsorships</a>
start at 100 USD per month. <a href="{{ contact_url }}">Contact us!</a> 📨
{% endblocktrans %}
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/global/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="{% url 'donations:index' %}">{% trans "Make a donation" %}</a></li>
<li><a href="https://www.patreon.com/djangogirls">{% trans "Donate on Patreon" %}</a></li>
<li><a href="{% url 'core:contribute' %}">{% trans "Contribute" %}</a></li>
<li><a href="https://drive.google.com/file/d/1T2jL9tnu5ZkNvkQRAxd7jlt_BnX7VCLE/view?usp=sharing">{% trans "Sponsor us" %}</a></li>
<li><a href="https://drive.google.com/file/d/1cp774iWVbU5_GcpsUG4Ya9F-RAN8EWiT/view?usp=sharing">{% trans "Sponsor us" %}</a></li>
<li><a href="{% url 'donations:sponsors' %}">{% trans "Our Sponsors" %}</a></li>
</ul>
</div>
Expand Down

0 comments on commit 1423cc3

Please sign in to comment.