Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BDE
Note Kfet 2018
Commits
1398705a
Commit
1398705a
authored
Feb 04, 2018
by
Hamza Dely
Browse files
Mise à jour vers Bootstrap 4.0
parent
0b6aa96a
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
1398705a
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
{% block title %}Note Kfet 2018{% endblock %}
</title>
<title>
{% block title %}Note Kfet 2018{% endblock %}
</title>
{% block css %}
{% block css %}
<link
rel=
"stylesheet"
href=
"
{{ static('common/css/bootstrap.min.css') }}"
/
>
<link
rel=
"stylesheet"
href=
"
https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity=
"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"{{ static('common/css/open-iconic-bootstrap.min.css') }}"
/>
<link
rel=
"stylesheet"
href=
"{{ static('common/css/open-iconic-bootstrap.min.css') }}"
/>
<link
rel=
"stylesheet"
href=
"{{ static('common/css/note.css') }}"
/>
<link
rel=
"stylesheet"
href=
"{{ static('common/css/note.css') }}"
/>
{% endblock %}
{% endblock %}
...
@@ -94,9 +94,9 @@
...
@@ -94,9 +94,9 @@
</div>
</div>
{% endblock %}
{% endblock %}
{% block js %}
{% block js %}
<script
src=
"
{{ static('common/js/jquery.min.js') }}
"
></script>
<script
src=
"
https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity=
"sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin=
"anonymous
"
></script>
<script
src=
"
{{ static('common/js/popper.min.js') }}
"
></script>
<script
src=
"
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity=
"sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin=
"anonymous
"
></script>
<script
src=
"
{{ static('common/js/bootstrap.min.js') }}
"
></script>
<script
src=
"
https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity=
"sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin=
"anonymous
"
></script>
<script
src=
"{{ static('common/js/note.js') }}"
></script>
<script
src=
"{{ static('common/js/note.js') }}"
></script>
{% endblock %}
{% endblock %}
</body>
</body>
...
...
Write
Preview
Supports
Markdown
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