Skip to content
Snippets Groups Projects
Verified Commit f245d15d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix sponsor image paths

parent d044dfd9
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@ from datetime import date
TODAY = date.today()
SPONSORS = [
("SpeedPartner", "/images/sponsors/speedpartner.png", "https://www.speedpartner.de", date(2038, 12, 31)),
("Informatik aktuell", "/images/sponsors/informatik_aktuell.png", "https://www.informatik-aktuell.de/", date(2021, 12, 31)),
("Python Software-Verband e.V.", "/images/sponsors/pysv.png", "https://www.python-verband.org", date(2021, 7, 31)),
("Proxmox Server Solutions GmbH", "/images/sponsors/proxmox.png", "https://proxmox.com", date(2022, 4, 30)),
("SpeedPartner", "/theme/images/sponsors/speedpartner.png", "https://www.speedpartner.de", date(2038, 12, 31)),
("Informatik aktuell", "/theme/images/sponsors/informatik_aktuell.png", "https://www.informatik-aktuell.de/", date(2021, 12, 31)),
("Python Software-Verband e.V.", "/theme/images/sponsors/pysv.png", "https://www.python-verband.org", date(2021, 7, 31)),
("Proxmox Server Solutions GmbH", "/theme/images/sponsors/proxmox.png", "https://proxmox.com", date(2022, 4, 30)),
]
SPONSORSTEXTS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment