1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add details template for assistant

This commit is contained in:
Mo 2022-03-03 03:14:13 +01:00
parent 98d52f34c9
commit 874510412b

View file

@ -167,6 +167,7 @@ class SecureAssistantModelView(CustomModelView):
list_template = "assistant_list.html"
create_template = "assistant_create.html"
edit_template = "assistant_edit.html"
details_template = "assistant_details.html"
def is_accessible(self):
return assistantViewIsAccessible()