Remove the sign-up for now (#72)
Reviewed-on: https://git.data.coop/data.coop/membersystem/pulls/72 Reviewed-by: reynir <data.coop@reynir.dk>
This commit is contained in:
commit
b64779c780
2 changed files with 5 additions and 4 deletions
|
@ -273,8 +273,8 @@ msgid "Sign in"
|
|||
msgstr "Log ind"
|
||||
|
||||
#: src/project/templates/account/login.html:45
|
||||
msgid "Forgot password?"
|
||||
msgstr "Glemt kodeord?"
|
||||
msgid "Forgot password / no password?"
|
||||
msgstr "Glemt/intet kodeord?"
|
||||
|
||||
#: src/project/templates/account/login.html:48
|
||||
msgid "Or"
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
</form>
|
||||
<div>
|
||||
<a href="{% url "account_reset_password" %}">
|
||||
{% trans "Forgot password?" %}
|
||||
{% trans "Forgot password / no password?" %}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -54,7 +54,8 @@
|
|||
<img src="https://data.coop/static/img/logo_da.svg" alt="data.coop logo">
|
||||
<div class="new_here">
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue