Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
5c3ba0e2
Unverified
Commit
5c3ba0e2
authored
Jul 01, 2019
by
Petrus Janse van Rensburg
Committed by
GitHub
Jul 01, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1819 from killthekitten/patch-1
List all available options for template override
parents
5b92290e
e6eef108
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
introduction.rst
doc/introduction.rst
+4
-0
No files found.
doc/introduction.rst
View file @
5c3ba0e2
...
@@ -405,6 +405,10 @@ Now, to make your view classes use this template, set the appropriate class prop
...
@@ -405,6 +405,10 @@ Now, to make your view classes use this template, set the appropriate class prop
edit_template = 'microblog_edit.html'
edit_template = 'microblog_edit.html'
# create_template = 'microblog_create.html'
# create_template = 'microblog_create.html'
# list_template = 'microblog_list.html'
# list_template = 'microblog_list.html'
# details_template = 'microblog_details.html'
# edit_modal_template = 'microblog_edit_modal.html'
# create_modal_template = 'microblog_create_modal.html'
# details_modal_template = 'microblog_details_modal.html'
If you want to use your own base template, then pass the name of the template to
If you want to use your own base template, then pass the name of the template to
the admin constructor during initialization::
the admin constructor during initialization::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment