We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cedbf commit 58d9e3aCopy full SHA for 58d9e3a
1 file changed
eodhp_web_presence/home/templates/home/includes/cta_section.html
@@ -8,7 +8,7 @@ <h4>Ready to get started?</h4>
8
<!-- Sign up and Contact Us -->
9
<div class="ready-to-get-started__content__right">
10
<input type="button" class="button primary-button" value="Sign Up"
11
- onclick="window.open('{{ userdocs_accounts_url }}', '_blank')" />
+ onclick="window.location.href='{% url 'sign_in' %}'" />
12
<input type="button" class="button secondary-button" value="Contact Us"
13
onclick="window.open('{{ userdocs_community_url }}', '_blank')" />
14
</div>
0 commit comments