more fixes, AI

This commit is contained in:
2026-03-31 22:10:30 +02:00
parent de1fa76e40
commit 2beb7aa75a
14 changed files with 121 additions and 67 deletions

View File

@@ -1,12 +1,12 @@
{% load sekizai_tags static %} {% addtoblock "css" strip %}
<link rel="stylesheet" href="{{STATIC_URL}}/css/bootstrap.min.css" />{% endaddtoblock %} {% addtoblock "css" strip %}
<link rel="stylesheet" href="{{STATIC_URL}}/css/bootstrap-responsive.min.css" />
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}" />{% endaddtoblock %} {% addtoblock "css" strip %}
<link rel="stylesheet" href="{% static 'css/bootstrap-responsive.min.css' %}" />
{% endaddtoblock %} {% addtoblock "css" strip %}
<link rel="stylesheet" href="{{STATIC_URL}}/css/bootstrap-overrides.css" />{% endaddtoblock %} {% addtoblock "css" strip %}
<link rel="stylesheet" href="{{STATIC_URL}}/css/theme.css" type="text/css" />{% endaddtoblock %} {% addtoblock "css" strip %}
<link rel="stylesheet" href="{% static 'css/bootstrap-overrides.css' %}"/>{% endaddtoblock %} {% addtoblock "css" strip %}
<link rel="stylesheet" href="{% static 'css/theme.css' %}" type="text/css" />{% endaddtoblock %} {% addtoblock "css" strip %}
<link
rel="stylesheet"
href="{{STATIC_URL}}/css/index.css"
href="{% static 'css/index.css' %}"
type="text/css"
media="screen"
/>
@@ -20,18 +20,16 @@
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
{% endaddtoblock %} {% addtoblock "js" strip %}
<script src="{{STATIC_URL}}/js/jquery-2.0.3.min.js"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
{% endaddtoblock %} {% addtoblock "js" strip %}
<script src="{{STATIC_URL}}/js/bootstrap.min.js"></script>
<script src="{% static 'js/jquery.countdown.min.js' %}"></script>
{% endaddtoblock %} {% addtoblock "js" strip %}
<script src="{{STATIC_URL}}/js/jquery.countdown.min.js"></script>
<script src="{% static 'js/theme.js' %}"></script>
{% endaddtoblock %} {% addtoblock "js" strip %}
<script src="{{STATIC_URL}}/js/theme.js"></script>
{% endaddtoblock %} {% addtoblock "js" strip %}
<script src="{{STATIC_URL}}/js/index-slider.js" type="text/javascript"></script>
<script src="{% static 'js/index-slider.js' %}" type="text/javascript"></script>
{% endaddtoblock %} {% addtoblock "js" strip %}
<script
src="{{STATIC_URL}}/js/bindWithDelay.js"
src="{% static 'js/bindWithDelay.js' %}"
type="text/javascript"
></script>
{% endaddtoblock %} {% addtoblock "js" %}