Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as Python by asfasfasf ( 14 years ago )
{% if user.is_authenticated %} 
            <a href="{% url django.contrib.auth.views.logout %}">Logout</a> 
        {% else %} 
            <a href="{% url register %}">Sign Up</a> 
            </li> 
            <li> 
            <a href="{% url django.contrib.auth.views.login %}">Login</a> 
        {% endif %}

 

Revise this Paste

Your Name: Code Language: