{% extends 'base.html' %} {% block title %} Residence Registration {% endblock %} {% block intro %} Create a residence account with your Lakehead identity to apply {% endblock %} {% block content %}
{% csrf_token %} {% if form.errors %}

There's something wrong with what you entered!

{% endif %} {{ form }}

© Residence Management System 2021

{% endblock %}