From c4ed047a3b2248aa7544df02f9d1bceaeb8d633c Mon Sep 17 00:00:00 2001 From: hrcerqueira Date: Fri, 22 Jan 2010 20:55:07 +0000 Subject: Handled the returning user case, and the proper redirects in the case of an anonymous question or answer. --- templates/authopenid/complete.html | 2 +- templates/authopenid/signin.html | 10 +- templates/base.html | 190 ++++++++++++++++++------------------- 3 files changed, 105 insertions(+), 97 deletions(-) (limited to 'templates') diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html index efed74c7..1606cfc5 100644 --- a/templates/authopenid/complete.html +++ b/templates/authopenid/complete.html @@ -72,7 +72,7 @@ parameters:
{% else %} {% ifequal login_type 'facebook' %} - + {% else %} {% endifequal %} diff --git a/templates/authopenid/signin.html b/templates/authopenid/signin.html index da1e5491..3d20d408 100755 --- a/templates/authopenid/signin.html +++ b/templates/authopenid/signin.html @@ -64,7 +64,15 @@
  • - + {% if question %} + + {% else %} + {% if answer %} + + {% else %} + + {% endif %} + {% endif %}