{% extends "base.html" %} {% block title %}Add User{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{{ form.csrf_token }}
{{ form.username.label }}
{{ form.username }}
{{ form.login_password.label }}
{{ form.login_password }}
{{ form.server_url.label }}
{{ form.server_url }}
{{ form.csrf_token }} {% if errors %}
{{ errors }}
{% endif %}
Still using legacy EteSync? Go to the legacy EteSync login.