Skip to content

Commit

Permalink
fix: add template for when signup is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Jun 25, 2024
1 parent 0ec34d6 commit 556b3a0
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends "account/signup_closed.html" %}
{% load i18n %}
{% load slippers %}
{% block content %}
{% trans "Sign Up Closed" as heading %}
{% trans "We are sorry, but the sign up is currently closed." as subheading %}
{% #container heading=heading subheading=subheading %}
{% /container %}
{% endblock content %}

0 comments on commit 556b3a0

Please sign in to comment.