static url fix

This commit is contained in:
2026-04-08 22:28:49 +02:00
parent 6bd9119093
commit 3683b811df
14 changed files with 71 additions and 37 deletions

View File

@@ -4,7 +4,7 @@
{% block content %}
{% addtoblock "css" strip %}
<link rel="stylesheet" href="{{STATIC_URL}}/css/bootstrap-switch.min.css" type="text/css" media="screen" />
<link rel="stylesheet" href="{{STATIC_URL}}css/bootstrap-switch.min.css" type="text/css" media="screen" />
{% endaddtoblock %}
{% addtoblock "css" %}
@@ -25,7 +25,7 @@
{% endaddtoblock %}
{% addtoblock "js" strip %}
<script src="{{STATIC_URL}}/js/bootstrap-switch.min.js"></script>
<script src="{{STATIC_URL}}js/bootstrap-switch.min.js"></script>
{% endaddtoblock %}
{% addtoblock "js" %}
@@ -72,7 +72,7 @@
weil man alle anderen eigenen Termine auch im Blick hat.
</p>
<img src="{{STATIC_URL}}/img/screenshot.png">
<img src="{{STATIC_URL}}img/screenshot.png">
<p>
<h5>SO GEHTS:</h5>
@@ -115,7 +115,7 @@
</div>
<div class="span3 offset1">
<img src="{{STATIC_URL}}/img/google_cal.png">
<img src="{{STATIC_URL}}img/google_cal.png">
</div>