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
4c7e6b62
Commit
4c7e6b62
authored
Dec 25, 2016
by
PJ Janse van Rensburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update templates.
parent
f47974e4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
lib.html
flask_admin/templates/bootstrap2/admin/lib.html
+4
-4
lib.html
flask_admin/templates/bootstrap3/admin/lib.html
+4
-4
No files found.
flask_admin/templates/bootstrap2/admin/lib.html
View file @
4c7e6b62
...
@@ -219,8 +219,8 @@
...
@@ -219,8 +219,8 @@
<link
href=
"{{ admin_static.url(filename='vendor/select2/select2.css', v='3.5.2') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/select2/select2.css', v='3.5.2') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/bootstrap-daterangepicker/daterangepicker-bs2.css', v='1.3.22') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/bootstrap-daterangepicker/daterangepicker-bs2.css', v='1.3.22') }}"
rel=
"stylesheet"
>
{% if config.MAPBOX_MAP_ID %}
{% if config.MAPBOX_MAP_ID %}
<link
href=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.css', v='1.0.
0
') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.css', v='1.0.
2
') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.draw.css', v='0.
3.2
') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.draw.css', v='0.
4.6
') }}"
rel=
"stylesheet"
>
{% endif %}
{% endif %}
{% if editable_columns %}
{% if editable_columns %}
<link
href=
"{{ admin_static.url(filename='vendor/x-editable/css/bootstrap2-editable.css', v='1.5.1.1') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/x-editable/css/bootstrap2-editable.css', v='1.5.1.1') }}"
rel=
"stylesheet"
>
...
@@ -235,8 +235,8 @@
...
@@ -235,8 +235,8 @@
window
.
MAPBOX_ACCESS_TOKEN
=
"{{ config.MAPBOX_ACCESS_TOKEN }}"
;
window
.
MAPBOX_ACCESS_TOKEN
=
"{{ config.MAPBOX_ACCESS_TOKEN }}"
;
{
%
endif
%
}
{
%
endif
%
}
</script>
</script>
<script
src=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.js', v='
0.7.3
') }}"
></script>
<script
src=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.js', v='
1.0.2
') }}"
></script>
<script
src=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.draw.js', v='0.
2.3
') }}"
></script>
<script
src=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.draw.js', v='0.
4.6
') }}"
></script>
{% if config.MAPBOX_SEARCH %}
{% if config.MAPBOX_SEARCH %}
<script>
<script>
window
.
MAPBOX_SEARCH
=
"{{ config.MAPBOX_SEARCH }}"
;
window
.
MAPBOX_SEARCH
=
"{{ config.MAPBOX_SEARCH }}"
;
...
...
flask_admin/templates/bootstrap3/admin/lib.html
View file @
4c7e6b62
...
@@ -210,8 +210,8 @@
...
@@ -210,8 +210,8 @@
<link
href=
"{{ admin_static.url(filename='vendor/select2/select2-bootstrap3.css', v='1.4.6') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/select2/select2-bootstrap3.css', v='1.4.6') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/bootstrap-daterangepicker/daterangepicker-bs3.css', v='1.3.22') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/bootstrap-daterangepicker/daterangepicker-bs3.css', v='1.3.22') }}"
rel=
"stylesheet"
>
{% if config.MAPBOX_MAP_ID %}
{% if config.MAPBOX_MAP_ID %}
<link
href=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.css', v='1.0.
0
') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.css', v='1.0.
2
') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.draw.css', v='0.
3.2
') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.draw.css', v='0.
4.6
') }}"
rel=
"stylesheet"
>
{% endif %}
{% endif %}
{% if editable_columns %}
{% if editable_columns %}
<link
href=
"{{ admin_static.url(filename='vendor/x-editable/css/bootstrap3-editable.css', v='1.5.1.1') }}"
rel=
"stylesheet"
>
<link
href=
"{{ admin_static.url(filename='vendor/x-editable/css/bootstrap3-editable.css', v='1.5.1.1') }}"
rel=
"stylesheet"
>
...
@@ -226,8 +226,8 @@
...
@@ -226,8 +226,8 @@
window
.
MAPBOX_ACCESS_TOKEN
=
"{{ config.MAPBOX_ACCESS_TOKEN }}"
;
window
.
MAPBOX_ACCESS_TOKEN
=
"{{ config.MAPBOX_ACCESS_TOKEN }}"
;
{
%
endif
%
}
{
%
endif
%
}
</script>
</script>
<script
src=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.js', v='1.0.
0
') }}"
></script>
<script
src=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.js', v='1.0.
2
') }}"
></script>
<script
src=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.draw.js', v='0.
3.2
') }}"
></script>
<script
src=
"{{ admin_static.url(filename='vendor/leaflet/leaflet.draw.js', v='0.
4.6
') }}"
></script>
{% if config.MAPBOX_SEARCH %}
{% if config.MAPBOX_SEARCH %}
<script>
<script>
window
.
MAPBOX_SEARCH
=
"{{ config.MAPBOX_SEARCH }}"
;
window
.
MAPBOX_SEARCH
=
"{{ config.MAPBOX_SEARCH }}"
;
...
...
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