[Update] system user form add label

This commit is contained in:
ibuler
2018-01-09 23:14:25 +08:00
parent 72a82c41ee
commit a4d02adb22
3 changed files with 8 additions and 13 deletions

View File

@@ -1,8 +1,6 @@
# ~*~ coding: utf-8 ~*~
from django.shortcuts import reverse
from django.utils.translation import ugettext as _
from django.db import transaction
from django.views.generic import TemplateView
from django.views.generic.edit import CreateView, DeleteView, UpdateView
from django.urls import reverse_lazy