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

@@ -2,13 +2,13 @@
{% addtoblock "css" strip %}
<link
id="base-style"
href="{{STATIC_URL}}/css/perfectum-style.css"
href="{{STATIC_URL}}css/perfectum-style.css"
rel="stylesheet"
/>
{% endaddtoblock %} {% addtoblock "css" strip %}
<link
id="base-style-responsive"
href="{{STATIC_URL}}/css/perfectum-style-responsive.css"
href="{{STATIC_URL}}css/perfectum-style-responsive.css"
rel="stylesheet"
/>
{% endaddtoblock %}

View File

@@ -58,11 +58,11 @@ planning {% endcomment %} {% addtoblock "css" %}
<article
class="slide"
id="slide_news"
style="background: url('{{STATIC_URL}}/img/slides/aqua.jpg') repeat-x top center;"
style="background: url('{{STATIC_URL}}img/slides/aqua.jpg') repeat-x top center;"
>
<img
class="asset left-30 sp600 t150 z1"
src="{{STATIC_URL}}/img/google_cal.png"
src="{{STATIC_URL}}img/google_cal.png"
/>
<div class="info">
<a href="/eventplanner_gcal/manage">GoogleCalendar</a>
@@ -75,7 +75,7 @@ planning {% endcomment %} {% addtoblock "css" %}
<article
class="slide"
id="slide_eventManagement"
style="background: url('{{STATIC_URL}}/img/slides/andi2.jpg') repeat-x top center;"
style="background: url('{{STATIC_URL}}img/slides/andi2.jpg') repeat-x top center;"
>
<div class="info">
<a href="/events">Einsatzplanung</a>
@@ -91,11 +91,11 @@ planning {% endcomment %} {% addtoblock "css" %}
<article
class="slide"
id="slide_messages"
style="background: url('{{STATIC_URL}}/img/backgrounds/silver.jpg') repeat-x top center;"
style="background: url('{{STATIC_URL}}img/backgrounds/silver.jpg') repeat-x top center;"
>
<img
class="asset left-30 sp600 t120 z1"
src="{{STATIC_URL}}/img/slides/gruppe.png"
src="{{STATIC_URL}}img/slides/gruppe.png"
/>
<div class="info">
<a href="/messages">Forum</a>
@@ -106,7 +106,7 @@ planning {% endcomment %} {% addtoblock "css" %}
<article
class="slide"
id="adressbook"
style="background: url('{{STATIC_URL}}/img/slides/spielen2.jpg') repeat-x top center;"
style="background: url('{{STATIC_URL}}img/slides/spielen2.jpg') repeat-x top center;"
>
<div class="info">
<a href="/musicians">Adressbuch</a>