{% load static %}
{% block title %}{% endblock title %} - StartUP!
{% block head %} {% endblock head %}
StartUP
Courses
Blog
Premium
{% if user.is_authenticated %}
{{ request.user|upper }}
User Account
Logout
{% else %}
Login
Ragister
{% endif %}
{% if user.is_authenticated %} {% else %}
Login
×
Login
{% csrf_token %}
Username
*
Password
*
SHOW
Ragister
×
Ragister
{% csrf_token %}
Username
*
Email
*
Mobile No
*
Date of Birth
*
Address
*
Password
*
SHOW
Password must contain the following:
lowercase
,
capital (uppercase)
,
number
{% endif %} {% block body %} {% endblock body %} {% if user.is_authenticated %}{% else %} {% endif %} {% block js %} {% endblock js %}