aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/account/signup_closed.html
blob: 2322f176fb8cbc2aa57cd830d74998970b8098c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "account/base.html" %}

{% load i18n %}

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

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

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