diff options
Diffstat (limited to 'templates/public/https.html')
-rw-r--r-- | templates/public/https.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/public/https.html b/templates/public/https.html index e53dc8e9..0d54c6c0 100644 --- a/templates/public/https.html +++ b/templates/public/https.html @@ -1,8 +1,9 @@ {% extends "base.html" %} -{% block title %}Parabola - HTTPS Only site{% endblock %} +{% load wiki %} +{% block title %}{{ BRANDING_DISTRONAME }} - HTTPS Only site{% endblock %} {% block content %} <div class="box"> - <h2 class="title">Parabola GNU/Linux-libre</h2> + <h2 class="title">{{ BRANDING_DISTRONAME }}</h2> <p>Hi! This is not the main site. You're seeing this message because you entered our website without using a secure connection. We like privacy for @@ -19,8 +20,8 @@ <h3>I just want to get the ISOs</h3> <p>You can proceed to our <a - href="https://wiki.parabolagnulinux.org/get">ISOs download page</a> on <a - href="https://wiki.parabolagnulinux.org/">our wiki</a>.</p> + href="{% wiki_url 'get' %}">ISOs download page</a> on <a + href="{% wiki_url %}">our wiki</a>.</p> <h3>I want to do this the right way</h3> @@ -35,4 +36,3 @@ </div> {% endblock %} - |