author | nishanth |
Mon, 12 Apr 2010 13:53:57 +0530 | |
changeset 15 | b06f0fefbd20 |
parent 14 | cd6911eaac2c |
child 16 | bef53aaf9085 |
permissions | -rw-r--r-- |
<html> <head> <title> {% block title %} Workshop App {% endblock %} </title></head> <body> <a href="/reg">Home</a> | {% if user.is_authenticated %} Welcome {{user.get_full_name}} | <a href="/reg/profile/edit">My Profile</a> | <a href="/reg/logout">Logout</a> {% else %} <a href="/reg/login/">Login</a> | <a href="/reg/register/">Register</a> {% endif %} <br /> {% block content %} {% endblock %} </body> </html>