1f99674bbc82b0b41d343bbc7523b74521acR16">16
     <link href="{% static "font-awesome/css/font-awesome.css" %}" rel="stylesheet" />
17 17
     <script type="text/javascript" defer src="{% static "alpinejs/dist/cdn.min.js" %}"></script>
18 18
     <link href="https://cdn.jsdelivr.net/npm/flowbite@2.5.2/dist/flowbite.min.css" rel="stylesheet" />
19
+    <script type="text/javascript"  src="{% static "axios/dist/axios.js" %}"></script>
19 20
     <script type="text/javascript"  src="{% static "js/main.js" %}"></script>
20 21
 </head>
21 22
 <body class="bg-gray-100 text-gray-800">
@@ -144,14 +145,16 @@
144 145
 
145 146
     {% django_browser_reload_script %}
146 147
     <script>
147
-    // Auto-hide the message after 5 seconds
148
-    setTimeout(() => {
148
+      // Auto-hide the message after 5 seconds
149
+      setTimeout(() => {
149 150
         const alert = document.getElementById('message-alert');
150 151
         if (alert) {
151
-            alert.style.opacity = '0'; // Fade out
152
-            setTimeout(() => alert.remove(), 500); // Remove after fade-out
152
+          alert.style.opacity = '0'; // Fade out
153
+          setTimeout(() => alert.remove(), 500); // Remove after fade-out
153 154
         }
154
-    }, 5000); // 5 seconds
155
-</script>
155
+      }, 5000); // 5 seconds
156
+    </script>
157
+    {% block footer_script %}
158
+    {% endblock %}
156 159
 </body>
157 160
 </html>

tum/whitesportapp - Gogs: Simplico Git Service

Nav apraksta

tum eadb43f992 event 4 gadi atpakaļ
resources 997ce2ab0c events 4 gadi atpakaļ
src eadb43f992 event 4 gadi atpakaļ
.editorconfig cc382828d9 first commit 4 gadi atpakaļ
.gitignore cc382828d9 first commit 4 gadi atpakaļ
config.xml eadb43f992 event 4 gadi atpakaļ
ionic.config.json 997ce2ab0c events 4 gadi atpakaļ
my-release-key.keystore 997ce2ab0c events 4 gadi atpakaļ
package-lock.json 61d136eb13 event upload 4 gadi atpakaļ
package.json 61d136eb13 event upload 4 gadi atpakaļ
postdata.txt cc382828d9 first commit 4 gadi atpakaļ
stress cc382828d9 first commit 4 gadi atpakaļ
tsconfig.json cc382828d9 first commit 4 gadi atpakaļ
tslint.json cc382828d9 first commit 4 gadi atpakaļ