diff options
author | 2025-02-06 20:22:20 +0100 | |
---|---|---|
committer | 2025-02-06 20:26:37 +0100 | |
commit | 4092fcf860239c8b68fcdca5d71a13639811ac3b (patch) | |
tree | fe5ba3a75ef3f1c18742f3cf199055ef263a5664 /pydis_site/templates | |
parent | Bump sentry-sdk from 2.19.0 to 2.20.0 (diff) |
Update netcup website URL
Via e-mail forwarded to me by Chris.
Reported-by: Chris Lovering <[email protected]>
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/base/footer.html | 2 | ||||
-rw-r--r-- | pydis_site/templates/home/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/base/footer.html b/pydis_site/templates/base/footer.html index eacc7429..d5f2b067 100644 --- a/pydis_site/templates/base/footer.html +++ b/pydis_site/templates/base/footer.html @@ -1,7 +1,7 @@ <footer class="footer has-background-grey-darker"> <div class="content has-text-centered has-text-grey-lighter"> <p> - Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a> and <a href="https://www.netcup.eu/?ref=177518"><span id="netcup-logo">netcup</span></a><br>Built with <a href="https://www.djangoproject.com/"><span id="django-logo">django</span></a> and <a href="https://bulma.io"><span id="bulma-logo">Bulma</span></a> <br/> © {% now "Y" %} <span id="pydis-text">Python Discord</span> + Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a> and <a href="https://www.netcup.com/?ref=177518"><span id="netcup-logo">netcup</span></a><br>Built with <a href="https://www.djangoproject.com/"><span id="django-logo">django</span></a> and <a href="https://bulma.io"><span id="bulma-logo">Bulma</span></a> <br/> © {% now "Y" %} <span id="pydis-text">Python Discord</span> </p> </div> </footer> diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index c7d14fd6..8ebf186e 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -188,7 +188,7 @@ Sponsors </h1> <div class="columns is-vcentered"> - <a href="https://www.netcup.eu/?ref=177518" class="column is-one-third"> + <a href="https://www.netcup.com/?ref=177518" class="column is-one-third"> <img class="light-image" src="{% static "images/sponsors/netcup.png" %}" alt="netcup" loading="lazy"/> <img class="dark-image" src="{% static "images/sponsors_dark/netcup.png" %}" alt="netcup" loading="lazy"/> </a> |