{% extends 'base.html' %} {% load static %} {% block title %} Residence Login {% endblock %} {% block intro %} Login to your CHMSC Residence Account {% endblock %} {% block content %}
{% csrf_token %} {% if form.errors %}

There's something wrong with what you entered!

{% endif %}

Please log in

Username: {{ form.username }}

Password: {{ form.password }}

© Residence Management System 2021

{% endblock %}