diff --git a/symposion/templates/homepage.html b/symposion/templates/homepage.html index ba995260..2365f67a 100644 --- a/symposion/templates/homepage.html +++ b/symposion/templates/homepage.html @@ -32,8 +32,8 @@ {% url what_next as what_next_url %}

{% blocktrans %}Wondering What Next?{% endblocktrans %}

{% else %} - {% url acct_login as login_url %} - {% url acct_signup as signup_url %} + {% url account_login as login_url %} + {% url account_signup as signup_url %}

{% blocktrans %}You can Log In or Sign Up to try out the site.{% endblocktrans %}

{% endif %} {% endblock %}