From 294db8d3b87c2d75c60e0b8b69a07496a92e36b2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 21 Apr 2013 20:58:14 -0400 Subject: lingering things from the merge --- main/templatetags/wiki.py | 4 ++-- templates/public/donate.html | 2 +- templates/public/https.html | 10 +++++----- templates/public/index.html | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/main/templatetags/wiki.py b/main/templatetags/wiki.py index b1b8dd55..4a3b2f83 100644 --- a/main/templatetags/wiki.py +++ b/main/templatetags/wiki.py @@ -4,6 +4,6 @@ @register.simple_tag def wiki_url(article=""): if article == "": - return "https://wiki.archlinux.org/" + return "https://wiki.parabolagnulinux.org/" else: - return "https://wiki.archlinux.org/index.php/"+article.replace(' ', '_') + return "https://wiki.parabolagnulinux.org/"+article.replace(' ', '_') 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 %}
-

Donate to Parabola

+

Donate to {{ BRANDING_SHORTNAME }}

We don't accept any money donations

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 %}
-

Parabola GNU/Linux-libre

+

{{ BRANDING_DISTRONAME }}

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 @@

Parabola GNU/Linux-libre

I just want to get the ISOs

You can proceed to our ISOs download page on our wiki.

+ href="{% wiki_url 'get' %}">ISOs download page on our wiki.

I want to do this the right way

@@ -35,4 +36,3 @@

I want to do this the right way

{% 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 @@

A libre version of Arch Linux

title="{{ BRANDING_SHORTNAME }} Mailing Lists">mailing lists to get your feet wet. Also glance through our wiki - if you want to learn more about Parabola.

+ if you want to learn more about {{BRANDING_SHORTNAME}}.

Learn more...

-- cgit v1.2.3-54-g00ecf