Correct the identity groups create url

Change-Id: Ie98aacf18316028bffd53f7176a3e9be8d0d7b24
Closes-Bug: #1437479
This commit is contained in:
daniel-a-nguyen 2015-03-27 13:02:54 -07:00
parent bcfc858524
commit bcb110c49a

View File

@ -59,8 +59,8 @@ class CreateView(forms.ModalFormView):
modal_header = _("Create Group")
form_id = "create_group_form"
form_class = project_forms.CreateGroupForm
submit_url = "horizon:identity:groups:create"
submit_label = _("Create Group")
submit_url = reverse_lazy(constants.GROUPS_CREATE_URL)
success_url = reverse_lazy(constants.GROUPS_INDEX_URL)
page_title = _("Create Group")