ccdb-api/ccdb/templates/account/signup_closed.html
Matthew Dillon 7ba937ef66 INITIAL
2016-01-19 15:10:09 -07:00

14 lines
330 B
HTML

{% extends "account/base.html" %}
{% load i18n %}
{% block head_title %}{% trans "Sign Up Closed" %}{% endblock %}
{% block content %}
<div class="row">
<div class="col-md-5">
<h2>{% trans "Sign Up Closed" %}</h2>
<p>{% trans "We are sorry, but the sign up is currently closed." %}</p>
</div>
</div>
{% endblock %}