mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-09 07:00:56 +00:00
PEP
This commit is contained in:
@ -6,6 +6,7 @@ from django.contrib import admin
|
||||
from .models import ReportTemplate, ReportAsset
|
||||
from .models import TestReport
|
||||
|
||||
|
||||
class ReportTemplateAdmin(admin.ModelAdmin):
|
||||
|
||||
list_display = ('name', 'description', 'template')
|
||||
|
Reference in New Issue
Block a user