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
874d2b76
Unverified
Commit
874d2b76
authored
Feb 23, 2018
by
Serge S. Koval
Committed by
GitHub
Feb 23, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1545 from eregnier/master
bootstrap fluid layout option …
parents
efd9db61
54781df2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
base.html
flask_admin/templates/bootstrap2/admin/base.html
+1
-1
base.html
flask_admin/templates/bootstrap3/admin/base.html
+1
-1
No files found.
flask_admin/templates/bootstrap2/admin/base.html
View file @
874d2b76
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
</head>
</head>
<body>
<body>
{% block page_body %}
{% block page_body %}
<div
class=
"container"
>
<div
class=
"container
{%if config.get('FLASK_ADMIN_FLUID_LAYOUT', False) %}-fluid{% endif %}
"
>
<div
class=
"navbar"
>
<div
class=
"navbar"
>
<div
class=
"navbar-inner"
>
<div
class=
"navbar-inner"
>
{% block brand %}
{% block brand %}
...
...
flask_admin/templates/bootstrap3/admin/base.html
View file @
874d2b76
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</head>
</head>
<body>
<body>
{% block page_body %}
{% block page_body %}
<div
class=
"container"
>
<div
class=
"container
{%if config.get('FLASK_ADMIN_FLUID_LAYOUT', False) %}-fluid{% endif %}
"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<!-- Brand and toggle get grouped for better mobile display -->
<!-- Brand and toggle get grouped for better mobile display -->
<div
class=
"navbar-header"
>
<div
class=
"navbar-header"
>
...
...
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