bc7523b74521acR16">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/TMTApp - Gogs: Simplico Git Service

No Description

.browserslistrc 74B

123456
  1. Chrome >=79
  2. ChromeAndroid >=79
  3. Firefox >=70
  4. Edge >=79
  5. Safari >=14
  6. iOS >=14