{% extends "base/base.html" %} {% load staticfiles %} {% block content %}
{% if user.is_authenticated %}

Restricted Page , You are already logged In!

{%else%}

Login

{{form.non_field_errors}} {% csrf_token %}

{{form.username.errors}}

{{form.password.errors}}


Not a member?

Sign in with Twitter Sign in with Google Hotel Booking Register!
{% endif %} {% endblock %}