Skip to content

Commit 58d9e3a

Browse files
committed
Forward sign up to standard auth page
1 parent 09cedbf commit 58d9e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eodhp_web_presence/home/templates/home/includes/cta_section.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h4>Ready to get started?</h4>
88
<!-- Sign up and Contact Us -->
99
<div class="ready-to-get-started__content__right">
1010
<input type="button" class="button primary-button" value="Sign Up"
11-
onclick="window.open('{{ userdocs_accounts_url }}', '_blank')" />
11+
onclick="window.location.href='{% url 'sign_in' %}'" />
1212
<input type="button" class="button secondary-button" value="Contact Us"
1313
onclick="window.open('{{ userdocs_community_url }}', '_blank')" />
1414
</div>

0 commit comments

Comments
 (0)