summaryrefslogtreecommitdiff
path: root/horizon/horizon/dashboards/syspanel/templates/syspanel/users/_create_form.html
blob: c55fd77d5a14e96566232d501b79267fb176c0ec (plain)
1
2
3
4
5
6
7
{% extends "syspanel/users/_form.html" %}
{%load i18n%}

{% block submit %}
  <input type="submit" value="{% trans "Create User"%}" class="large-rounded" />
{% endblock %}