From 44fb5325f197c2ddb74e13ecb53be64593c773a7 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Tue, 29 May 2012 15:34:14 -0400 Subject: [PATCH] fixed account links on homepage --- symposion/templates/homepage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}