Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nk20
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BDE
nk20
Commits
b4ef4b80
Commit
b4ef4b80
authored
4 years ago
by
me5na7qbjqbrp
Browse files
Options
Downloads
Patches
Plain Diff
Use local javascript and css libs
parent
6de46a92
No related branches found
No related tags found
2 merge requests
!104
Beta
,
!103
Debian deps
Pipeline
#8553
failed with stages
in 1 minute and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
note_kfet/settings/base.py
+2
-0
2 additions, 0 deletions
note_kfet/settings/base.py
note_kfet/templates/base.html
+5
-15
5 additions, 15 deletions
note_kfet/templates/base.html
with
7 additions
and
15 deletions
note_kfet/settings/base.py
+
2
−
0
View file @
b4ef4b80
...
...
@@ -164,8 +164,10 @@ LANGUAGES = [
STATIC_URL
=
'
/static/
'
# Add some custom statics from /note_kfet/static
# Because we are using Debian, also include /usr/share/javascript
STATICFILES_DIRS
=
[
os
.
path
.
join
(
BASE_DIR
,
'
note_kfet/static
'
),
'
/usr/share/javascript
'
,
]
# Collect statics to /static/
...
...
This diff is collapsed.
Click to expand it.
note_kfet/templates/base.html
+
5
−
15
View file @
b4ef4b80
...
...
@@ -24,24 +24,14 @@ SPDX-License-Identifier: GPL-3.0-or-later
<meta
name=
"theme-color"
content=
"#ffffff"
>
{# Bootstrap, Font Awesome and custom CSS #}
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity=
"sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.13.0/css/all.css"
>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css"
>
<link
rel=
"stylesheet"
href=
"{% static "
bootstrap4
/
css
/
bootstrap.min.css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
font-awesome
/
css
/
font-awesome.min.css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
custom.css
"
%}"
>
{# JQuery, Bootstrap and Turbolinks JavaScript #}
<script
src=
"https://code.jquery.com/jquery-3.4.1.min.js"
integrity=
"sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity=
"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin=
"anonymous"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity=
"sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin=
"anonymous"
></script>
<script
src=
"{% static "
jquery
/
jquery.min.js
"
%}"
></script>
<script
src=
"{% static "
popper.js
/
umd
/
popper.min.js
"
%}"
></script>
<script
src=
"{% static "
bootstrap4
/
js
/
bootstrap.min.js
"
%}"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/turbolinks/5.2.0/turbolinks.js"
crossorigin=
"anonymous"
></script>
<script
src=
"{% static "
js
/
base.js
"
%}"
></script>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment