{% extends "users/base.html" %} {% block title %}Add new sub domain{% endblock title %} {% block content %}

Add new sub domain

{% csrf_token %}
{{ user_form.path }}
{% endblock content %}