Skip to content

Commit 5af2067

Browse files
Fix 'Get Started' button, add registration sidebar, and include recent changes
1 parent 750fb7a commit 5af2067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wger/software/templates/features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1 class="font-bebas-neue display-3 uppercase">
118118
href="{% if user.is_authenticated %}
119119
{% url 'core:index' %}
120120
{% else %}
121-
{% url 'core:user:login' %}
121+
{% url 'core:user:registration' %}
122122
{% endif %}">
123123
{% translate "Get Started" %}
124124
</a>

0 commit comments

Comments
 (0)