[Bugfix] 修复一些bug

This commit is contained in:
ibuler
2018-01-05 17:57:02 +08:00
parent 6518ae8fa3
commit 1888c698f1
41 changed files with 357 additions and 247 deletions

View File

@@ -109,8 +109,8 @@ class SystemUserAssetView(AdminUserRequiredMixin, DetailView):
def get_context_data(self, **kwargs):
context = {
'app': 'assets',
'action': 'System user asset',
'app': _('assets'),
'action': _('System user asset'),
}
kwargs.update(context)
return super().get_context_data(**kwargs)