Compare commits
2 Commits
7a7ddc034b
...
5922340ebc
| Author | SHA1 | Date | |
|---|---|---|---|
| 5922340ebc | |||
| c9c33d780f |
@@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
"""Django's command-line utility for administrative tasks."""
|
"""Django's command-line utility for administrative tasks."""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
2
fet2020/static/js/flowbite@3.1.2.js
Normal file
2
fet2020/static/js/flowbite@3.1.2.js
Normal file
File diff suppressed because one or more lines are too long
@@ -27,8 +27,6 @@
|
|||||||
<meta name="application-name" content="FET - Fachschaft Elektrotechnik">
|
<meta name="application-name" content="FET - Fachschaft Elektrotechnik">
|
||||||
<meta name="msapplication-TileColor" content="#2b5797">
|
<meta name="msapplication-TileColor" content="#2b5797">
|
||||||
|
|
||||||
<link rel="stylesheet" href="{% static 'css/flowbite@2.2.1.css' %}" type="text/css">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||||
<!-- FontAwesome Kit -->
|
<!-- FontAwesome Kit -->
|
||||||
<!--<script src="https://kit.fontawesome.com/fb26f70535.js" crossorigin="anonymous"></script>-->
|
<!--<script src="https://kit.fontawesome.com/fb26f70535.js" crossorigin="anonymous"></script>-->
|
||||||
@@ -242,7 +240,7 @@
|
|||||||
<span x-bind="footerFirst">Handcrafted </span><span x-bind="footerSecond">with </span><i class="fa-solid fa-heart" role="img" aria-label="love" @click="increase" x-bind="footerThird"></i><span x-bind="footerFourth"> by</span><span x-bind="footerFifth"> fet</span>
|
<span x-bind="footerFirst">Handcrafted </span><span x-bind="footerSecond">with </span><i class="fa-solid fa-heart" role="img" aria-label="love" @click="increase" x-bind="footerThird"></i><span x-bind="footerFourth"> by</span><span x-bind="footerFifth"> fet</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="{% static 'js/flowbite@2.2.1.js' %}"></script>
|
<script src="{% static 'js/flowbite@3.1.2.js' %}"></script>
|
||||||
|
|
||||||
<script defer src="{% static 'js/vendor.js' %}"></script>
|
<script defer src="{% static 'js/vendor.js' %}"></script>
|
||||||
<script defer src="{% static 'js/scripts.js' %}"></script>
|
<script defer src="{% static 'js/scripts.js' %}"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user