horizon/horizon/horizon/dashboards/syspanel/templates/syspanel/users/_create_form.html

8 lines
179 B
HTML

{% extends "syspanel/users/_form.html" %}
{%load i18n%}
{% block modal-footer %}
<input type="submit" value="{% trans "Create User"%}" class="large-rounded" />
{% endblock %}