{% extends "member/master.html"%} {% block title %}{{ site.getLabelValue|escape }} - Create Member{% endblock %} {% block content %}

Add new member

Adding people to your site means they can enjoy higher levels of access to site services.

{% include "snippets/formerrors.html" %}
Member details
{{ form.person }}

Select the new member. Adding a person who is already a member is not allowed.


{{ form.role }}

Friends can access services but not commit changes. Developers can commit changes. Administrators can create new services and add new members.

Please check the details and

{% endblock %}