Remove sign-up link for now

This commit is contained in:
bbb 2025-02-08 12:04:38 +01:00
parent dbd851bf19
commit 22fcd25f55
No known key found for this signature in database
GPG key ID: 486F0D69C845416E

View file

@ -54,7 +54,8 @@
<img src="https://data.coop/static/img/logo_da.svg" alt="data.coop logo"> <img src="https://data.coop/static/img/logo_da.svg" alt="data.coop logo">
<div class="new_here"> <div class="new_here">
<h2>{% trans "Are you new here?" %}</h2> <h2>{% trans "Are you new here?" %}</h2>
<a class="button" href="{% url "account_signup" %}">{% trans "Become a member" %}</a> <a class="button" href="https://data.coop/membership/">{% trans "Become a member" %}</a>
{% comment %} <a class="button" href="{% url "account_signup" %}">{% trans "Become a member" %}</a> {% endcomment %}
</div> </div>
</div> </div>
</div> </div>