{% extends "site/master.html"%} {% block title %}Register Site{% endblock %} {% block content %}

New Site

Please enter the details of the new site below.

{% include "snippets/formerrors.html" %}
Site details {{ form.title }}

The site title is descriptive, has no arbitrary restrictions, and can be changed.


{{ form.description }}

This is the description of your site which will be shown on the site summary page, in search results, etc. Feel free to use concise and catchy wording. There is no length limit.


Please check your details and

{% endblock %}