mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add details template for assistant
This commit is contained in:
parent
98d52f34c9
commit
874510412b
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue