Skip to content

Commit

Permalink
chore: remove swag link
Browse files Browse the repository at this point in the history
We should look for a better alternative.
  • Loading branch information
nijel committed Feb 24, 2025
1 parent b4827d5 commit 850b846
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
22 changes: 12 additions & 10 deletions weblate_web/templates/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,19 @@ <h2>{% trans "Single appreciative donation" %}</h2>
<a href="{% url "donate-new" %}" class="button">{% trans "Donate" %}</a>
</div>
</div>
<div class="di-section" id="swag">
<div class="half half-img border">
<img src="{% static "img/swag.jpg" %}" />
</div>
<div class="half half-content">
<h2>{% trans "Weblate swag" %}</h2>
<p>{% trans "Buying branded clothing and merch is a great way to support Weblate and show your pride!" %}</p>
<a href="https://shop.spreadshirt.net/weblate/" class="button inline">{% trans "Shop from Europe" %}</a>
<a href="https://shop.spreadshirt.com/weblate/" class="button inline">{% trans "Shop from America and Australia" %}</a>
{% if 0 %}
<div class="di-section" id="swag">
<div class="half half-img border">
<img src="{% static "img/swag.jpg" %}" />
</div>
<div class="half half-content">
<h2>{% trans "Weblate swag" %}</h2>
<p>{% trans "Buying branded clothing and merch is a great way to support Weblate and show your pride!" %}</p>
<a href="https://shop.spreadshirt.net/weblate/" class="button inline">{% trans "Shop from Europe" %}</a>
<a href="https://shop.spreadshirt.com/weblate/" class="button inline">{% trans "Shop from America and Australia" %}</a>
</div>
</div>
</div>
{% endif %}
</section>
<section class="content no-mar">
<div class="row">
Expand Down
8 changes: 5 additions & 3 deletions weblate_web/templates/snippets/main-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
</li>
{% endif %}
{% if full_menu %}
<li>
<a href="https://shop.spreadshirt.net/weblate/">{% trans "Merchandise" %}</a>
</li>
{% if 0 %}
<li>
<a href="https://shop.spreadshirt.net/weblate/">{% trans "Merchandise" %}</a>
</li>
{% endif %}
<li class="{% if request.resolver_match.url_name == 'discover' %} active{% endif %}">
<a href="{% url 'discover' %}">{% trans "Discover" %}</a>
</li>
Expand Down

0 comments on commit 850b846

Please sign in to comment.