summaryrefslogtreecommitdiff
path: root/horizon/horizon/dashboards/syspanel/templates/syspanel/users/_create_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/horizon/dashboards/syspanel/templates/syspanel/users/_create_form.html')
-rw-r--r--horizon/horizon/dashboards/syspanel/templates/syspanel/users/_create_form.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/horizon/horizon/dashboards/syspanel/templates/syspanel/users/_create_form.html b/horizon/horizon/dashboards/syspanel/templates/syspanel/users/_create_form.html
new file mode 100644
index 00000000..c55fd77d
--- /dev/null
+++ b/horizon/horizon/dashboards/syspanel/templates/syspanel/users/_create_form.html
@@ -0,0 +1,7 @@
+{% extends "syspanel/users/_form.html" %}
+{%load i18n%}
+
+{% block submit %}
+ <input type="submit" value="{% trans "Create User"%}" class="large-rounded" />
+{% endblock %}
+