[Update]一些修改

This commit is contained in:
ibuler
2018-02-25 22:36:42 +08:00
parent f0dd7d54c8
commit f1c386714d
12 changed files with 55 additions and 20 deletions

View File

@@ -43,6 +43,7 @@ class AssetListView(AdminUserRequiredMixin, TemplateView):
template_name = 'assets/asset_list.html'
def get_context_data(self, **kwargs):
Node.root()
context = {
'app': _('Assets'),
'action': _('Asset list'),