dev-coop/meancoach

View on GitHub
meancoach_project/templates/account/signup_closed.html

Summary

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

{% load i18n %}

{% block head_title %}{% trans "Sign Up Closed" %}{% endblock %}

{% block content %}
<h1>{% trans "Sign Up Closed" %}</h1>

<p>{% trans "We are sorry, but the sign up is currently closed." %}</p>
{% endblock %}