Skip to content

Commit

Permalink
DOCS: correct the default templates names. (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarmoo5 authored Feb 16, 2024
1 parent 09e8ba3 commit 1c51b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starlette_admin/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ class BaseModelView(BaseView):
datatables_options: Dict of [Datatables options](https://datatables.net/reference/option/).
These will overwrite any default options set for the datatable.
list_template: List view template. Default is `list.html`.
detail_template: Details view template. Default is `details.html`.
create_template: Edit view template. Default is `edit.html`.
detail_template: Details view template. Default is `detail.html`.
create_template: Edit view template. Default is `create.html`.
edit_template: Edit view template. Default is `edit.html`.
actions: List of actions
additional_js_links: A list of additional JavaScript files to include.
Expand Down

0 comments on commit 1c51b60

Please sign in to comment.