mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-10-31 07:49:57 +01:00 
			
		
		
		
	Use local javascript and css libs
This commit is contained in:
		| @@ -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/ | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user