diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 20:58:14 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 20:58:14 -0400 |
commit | 294db8d3b87c2d75c60e0b8b69a07496a92e36b2 (patch) | |
tree | de73d1bbda32ca620f31dd6c1d3eeb6305afe577 /templates/public | |
parent | ca9e5e41f43a8430f4b282bfddf2dcf3ba2c3d7c (diff) |
lingering things from the merge
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/donate.html | 2 | ||||
-rw-r--r-- | templates/public/https.html | 10 | ||||
-rw-r--r-- | templates/public/index.html | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index 6e2cc853..f7087dc9 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -9,7 +9,7 @@ {% cache 600 donations secure %} <div id="donations" class="box"> - <h2>Donate to Parabola</h2> + <h2>Donate to {{ BRANDING_SHORTNAME }}</h2> <h3>We don't accept any money donations</h3> 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 %} - diff --git a/templates/public/index.html b/templates/public/index.html index a59e8eec..ef8f2d69 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -30,7 +30,7 @@ title="{{ BRANDING_SHORTNAME }} Mailing Lists">mailing lists</a> to get your feet wet. Also glance through our <a href="{% wiki_url %}" title="{{BRANDING_WIKINAME}}">wiki</a> - if you want to learn more about Parabola.</p> + if you want to learn more about {{BRANDING_SHORTNAME}}.</p> <p class="readmore"><a href="{% url 'page-about' %}" title="Learn more about {{ BRANDING_DISTRONAME }}">Learn more...</a></p> |