WesternFriend/WF-website

View on GitHub
accounts/templates/django_registration/registration_closed.html

Summary

Maintainability
Test Coverage
{% extends "base.html" %}

{% block content %}
    <h1>Registration is closed</h1>
    <p> We apologise for the inconvenience. Registration is currently closed.</p>
{% endblock %}
```