{%extends 'base.html'%} {% block body_head_title %}

Students Corner

{% endblock %} {% block body_block%}

student Login Form

{%if msg%}

{{msg}}

{%endif%}
{% csrf_token %} {% for field in form.visible_fields%}
{{field}}
{%endfor%}

New Student?

{% endblock %}