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
ff265c65
Commit
ff265c65
authored
Sep 26, 2012
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Partially fixed #54. Added brand block to master.html template
parent
84170e85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
master.html
flask_admin/templates/admin/master.html
+2
-0
No files found.
flask_admin/templates/admin/master.html
View file @
ff265c65
...
@@ -20,7 +20,9 @@
...
@@ -20,7 +20,9 @@
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<div
class=
"container"
>
{% block brand %}
<span
class=
"brand"
>
{{ admin_view.admin.name }}
</span>
<span
class=
"brand"
>
{{ admin_view.admin.name }}
</span>
{% endblock %}
<ul
class=
"nav"
>
<ul
class=
"nav"
>
{% for item in admin_view.admin.menu() %}
{% for item in admin_view.admin.menu() %}
{% if item.is_category() %}
{% if item.is_category() %}
...
...
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