revert; will need to use http rewrite in apache to enforce https

pull/1/head
eric 2011-12-28 13:58:28 -05:00
parent f493312782
commit 4c7e5e7f8c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<li class="first"><a href="/supporter/{{user.username}}"><span id="welcome">Welcome, {{ user.username }}</span></a></li>
<li><a href="{% url auth_logout %}"><span>Sign Out</span></a></li>
{% else %}
<li class="first"><a href="{% url auth_login %}?next={% firstof request.path '/' %}"><span>Sign In</span></a></li>
<li class="first"><a href="{% url auth_login %}"><span>Sign In</span></a></li>
{% endif %}
<li><a href="/stub/tour"><span>Tour</span></a></li>
<li><a href="{{faqurl}}"><span>FAQs</span></a></li>