From 6160ede722710859ca7e6c3e9b567464315834e6 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Tue, 29 May 2012 15:17:08 -0400 Subject: [PATCH] removed homepage use of ifsetting_tag --- symposion/templates/homepage.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/symposion/templates/homepage.html b/symposion/templates/homepage.html index 962af389..ba995260 100644 --- a/symposion/templates/homepage.html +++ b/symposion/templates/homepage.html @@ -1,7 +1,6 @@ {% extends "banner_base.html" %} {% load i18n %} -{% load ifsetting_tag %} {% block head_title %}{% trans "Welcome" %}{% endblock %} @@ -34,11 +33,7 @@

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

{% else %} {% url acct_login as login_url %} - {% ifsetting ACCOUNT_OPEN_SIGNUP %} - {% url acct_signup as signup_url %} -

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

- {% else %} -

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

- {% endifsetting %} + {% url acct_signup as signup_url %} +

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

{% endif %} {% endblock %}