mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
5 lines
215 B
HTML
5 lines
215 B
HTML
{% extends "closedverse_main/layout.html" %}
|
|
{% load closedverse_tags %}{% block main-body %}
|
|
{% nocontent "Sign ups are disabled for now. Please contact the administrator using the contact page." %}
|
|
{% endblock %}
|