[ADDED] SITE_URL usage in templates

Instead of {{ request.scheme }}://{{request.get_host}}`
This commit is contained in:
Peter Pfeufer
2022-09-07 15:04:25 +02:00
parent 8d255fb720
commit 89ef4f4cbc
4 changed files with 5 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:title" content="{{ SITE_NAME }}">
<meta property="og:image" content="{{ request.scheme }}://{{ request.get_host }}{% static 'allianceauth/icons/apple-touch-icon.png' %}">
<meta property="og:image" content="{{ SITE_URL }}{% static 'allianceauth/icons/apple-touch-icon.png' %}">
<meta property="og:description" content="Alliance Auth - An auth system for EVE Online to help in-game organizations manage online service access.">
{% include 'allianceauth/icons.html' %}