port to new django, AI automated

This commit is contained in:
2026-03-30 22:35:36 +02:00
parent e2d166e437
commit 372da3caa9
215 changed files with 9283 additions and 2981 deletions

View File

@@ -1,10 +1,10 @@
{% extends "website/base.html" %}
{% load sekizai_tags staticfiles %}
{% load sekizai_tags static %}
{% 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,11 +115,11 @@
</div>
<div class="span3 offset1">
<img src="{{STATIC_URL}}img/google_cal.png">
<img src="{{STATIC_URL}}/img/google_cal.png">
</div>
</div>
</div>
{% endblock %}
{% endblock %}