mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-15 12:38:03 +00:00
Continued update on FA and update jquery now as well
This commit is contained in:
2
ivatar/static/js/jquery-3.3.1.slim.min.js
vendored
2
ivatar/static/js/jquery-3.3.1.slim.min.js
vendored
File diff suppressed because one or more lines are too long
4326
ivatar/static/js/jquery-3.7.1.slim.min.js
vendored
Normal file
4326
ivatar/static/js/jquery-3.7.1.slim.min.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ivatar/static/webfonts/fa-brands-400.woff2
Normal file
BIN
ivatar/static/webfonts/fa-brands-400.woff2
Normal file
Binary file not shown.
BIN
ivatar/static/webfonts/fa-regular-400.woff2
Normal file
BIN
ivatar/static/webfonts/fa-regular-400.woff2
Normal file
Binary file not shown.
BIN
ivatar/static/webfonts/fa-solid-900.woff2
Normal file
BIN
ivatar/static/webfonts/fa-solid-900.woff2
Normal file
Binary file not shown.
BIN
ivatar/static/webfonts/fa-v4compatibility.woff2
Normal file
BIN
ivatar/static/webfonts/fa-v4compatibility.woff2
Normal file
Binary file not shown.
@@ -28,7 +28,7 @@
|
||||
<!-- Viewport -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
|
||||
|
||||
<script src="{% static '/js/jquery-3.3.1.slim.min.js' %}"></script>
|
||||
<script src="{% static '/js/jquery-3.7.1.slim.min.js' %}"></script>
|
||||
{% if user.is_authenticated %}
|
||||
{% if user.userpreference and user.userpreference.theme != 'default' %}
|
||||
{% with 'css/'|add:user.userpreference.theme|add:'.css' as theme_css %}
|
||||
|
||||
Reference in New Issue
Block a user