1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 02:42:26 +00:00
Files
seahub/templates/registration/registration_closed.html

9 lines
122 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block title %}Create an account{% endblock %}
{% block content %}
Closed.
{% endblock %}