{% if user.is_authenticated %}
  Hello, what are you doing here?
{% else %}
  Show login/registration form here
{% endif %}

Also I think doing it in templates is not right. It's job for decorators.

On Tue, Apr 19, 2011 at 7:46 PM, Luterien <uguryoru...@gmail.com> wrote:

> Hello. I'm working on a django project and now i'm writing
> register,login and logout pages. I dont want already logged in users
> to access register or login pages. Is it possible to do that on the
> template side or do i need to modify my login view ?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to