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
402b56ea
Commit
402b56ea
authored
Jun 03, 2015
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed #889 - Resolve compatibility issue with jinja2 htmlcompress plugin
parent
55e5fb93
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
layout.html
flask_admin/templates/bootstrap2/admin/layout.html
+2
-2
layout.html
flask_admin/templates/bootstrap3/admin/layout.html
+2
-2
No files found.
flask_admin/templates/bootstrap2/admin/layout.html
View file @
402b56ea
...
...
@@ -5,9 +5,9 @@
{% if icon_type == 'glyph' %}
<i
class=
"{{ icon_value }}"
></i>
{% elif icon_type == 'image' %}
<img
src=
"{{ url_for('static', filename=icon_value) }}"
alt=
"menu image"
>
</img>
<img
src=
"{{ url_for('static', filename=icon_value) }}"
alt=
"menu image"
>
{% elif icon_type == 'image-url' %}
<img
src=
"item.icon_value"
alt=
"menu image"
>
</img>
<img
src=
"item.icon_value"
alt=
"menu image"
>
{% endif %}
{% endif %}
{%- endmacro %}
...
...
flask_admin/templates/bootstrap3/admin/layout.html
View file @
402b56ea
...
...
@@ -5,9 +5,9 @@
{% if icon_type == 'glyph' %}
<i
class=
"glyphicon {{ icon_value }}"
></i>
{% elif icon_type == 'image' %}
<img
src=
"{{ url_for('static', filename=icon_value) }}"
alt=
"menu image"
>
</img>
<img
src=
"{{ url_for('static', filename=icon_value) }}"
alt=
"menu image"
>
{% elif icon_type == 'image-url' %}
<img
src=
"item.icon_value"
alt=
"menu image"
>
</img>
<img
src=
"item.icon_value"
alt=
"menu image"
>
{% endif %}
{% endif %}
{%- endmacro %}
...
...
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