summaryrefslogtreecommitdiff
path: root/templates/public/https.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-21 20:58:14 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-21 20:58:14 -0400
commit294db8d3b87c2d75c60e0b8b69a07496a92e36b2 (patch)
treede73d1bbda32ca620f31dd6c1d3eeb6305afe577 /templates/public/https.html
parentca9e5e41f43a8430f4b282bfddf2dcf3ba2c3d7c (diff)
lingering things from the merge
Diffstat (limited to 'templates/public/https.html')
-rw-r--r--templates/public/https.html10
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 %}
-