Some checks reported errors
continuous-integration/drone/push Build was killed
14 lines
354 B
HTML
14 lines
354 B
HTML
{% extends "pxy_dashboard/account/base.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block title %}{% trans "Sign Up Closed" %}{% endblock %}
|
|
|
|
{% block page_content %}
|
|
<div class="w-25 mx-auto my-5">
|
|
<h1>{% trans "Sign Up Closed" %}</h1>
|
|
|
|
<p>{% trans "We are sorry, but the sign up is currently closed." %}</p>
|
|
</div>
|
|
{% endblock %}
|