{% extends "base.html" %} {% load bootstrap4 %} {% block title %}Registration (closed){% endblock title %} {% block content %}
Registration Closed
{% if form.errors %}
Your username and password didn't match.Please Please try again.
{% else %}
Registration is currently closed.
{% endif %}
{% endblock content %}