Skip to content

Commit 44fb532

Browse files
committed
fixed account links on homepage
1 parent 9477c92 commit 44fb532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

symposion/templates/homepage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ <h2>About Account Project</h2>
3232
{% url what_next as what_next_url %}
3333
<p class="what_next">{% blocktrans %}Wondering <a href="{{ what_next_url }}" class="btn primary large">What Next</a>?{% endblocktrans %}</p>
3434
{% else %}
35-
{% url acct_login as login_url %}
36-
{% url acct_signup as signup_url %}
35+
{% url account_login as login_url %}
36+
{% url account_signup as signup_url %}
3737
<p>{% blocktrans %}You can <a href="{{ login_url }}" class="btn">Log In</a> or <a href="{{ signup_url }}" class="btn primary">Sign Up</a> to try out the site.{% endblocktrans %}</p>
3838
{% endif %}
3939
{% endblock %}

0 commit comments

Comments
 (0)